import { ShapeComponent as SC } from '../../runtime';
export type TagOptions = Record<string, any>;
/**
 * @todo autoRotate when in polar coordinate
 * Tag shape for Text mark, used in wordCloud plot.
 */
export declare const Tag: SC<TagOptions>;
