import { MarkComponent as MC } from '../runtime'; import { PolygonMark } from '../spec'; export type PolygonOptions = Omit; /** * Convert value for each channel to polygon shapes. */ export declare const Polygon: MC;