import { ShapeComponent as SC } from '../../runtime'; export type TextOptions = Record; /** * @todo autoRotate when in polar coordinate */ export declare const Text: SC;