/// interface HorizontalProps { horizontal: boolean | undefined; withDataInside?: boolean | undefined; } export declare const Container: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const PieChartContainerStyled: import("@emotion/styled").StyledComponent & HorizontalProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const PieChartTableContainer: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ChartContainer: import("@emotion/styled").StyledComponent & HorizontalProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};