import { MarkComponent as MC } from '../runtime'; import { RectMark } from '../spec'; export type RectOptions = Omit<RectMark, 'type'>; export declare const Rect: MC<RectOptions>;