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