import { CirclePackingCommonProps, CirclePackingLayerId, CirclePackingSvgPropsWithDefaults, CirclePackingHtmlPropsWithDefaults, CirclePackingCanvasPropsWithDefaults } from './types'; export declare const commonDefaultProps: Omit, 'layers' | 'margin' | 'theme' | 'circleComponent' | 'labelComponent'> & { layers: CirclePackingLayerId[]; }; export declare const svgDefaultProps: Omit, 'data' | 'width' | 'height' | 'margin' | 'theme'>; export declare const htmlDefaultProps: Omit, 'data' | 'width' | 'height' | 'margin' | 'theme'>; export declare const canvasDefaultProps: Omit, 'data' | 'width' | 'height' | 'margin' | 'theme'>; //# sourceMappingURL=defaults.d.ts.map