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