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