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