import CircularGraphProps from './type'; declare const CircularGraph: { ({ ...props }: CircularGraphProps): import("react/jsx-runtime").JSX.Element; defaultProps: { size: number; hideLabels: boolean; innerProps: { textPosition: string; textSize: number; numberSize: number; }; }; }; export default CircularGraph; //# sourceMappingURL=index.d.ts.map