import { ChartData } from './chart-element'; type Options = { aspect?: string; variant: string; }; export declare function toPies(data: ChartData, { aspect, variant }: Options): SVGSVGElement; export {};