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