import React from 'react'; import type { ThemeStylesProps } from '../../types'; export declare const ProportionChart: React.FC<{ data: number; } & ThemeStylesProps>;