- import { ShapeComponent as SC } from '../../runtime';
- export type PyramidOptions = Record<string, any>;
- /**
- * Render pyramid in different coordinate and using color channel for stroke and fill attribute.
- */
- export declare const Pyramid: SC<PyramidOptions>;
|