import { MarkComponent as MC } from '../runtime'; import { ShapeMark } from '../spec'; export type ShapeOptions = Omit; /** * @todo Unify with text, image and point. */ export declare const Shape: MC;