import { Theme } from '@plurid/plurid-themes'; export interface IStyledRecordsPieChart { theme: Theme; } declare const StyledRecordsPieChart: import("styled-components").StyledComponent<"div", any, IStyledRecordsPieChart, never>; declare const StyledRecordsPieChartTitle: import("styled-components").StyledComponent<"div", any, {}, never>; declare const StyledRecordsPieChartProject: import("styled-components").StyledComponent<"div", any, {}, never>; declare const StyledRecordsPieChartRefresh: import("styled-components").StyledComponent<"div", any, {}, never>; export { StyledRecordsPieChart, StyledRecordsPieChartTitle, StyledRecordsPieChartProject, StyledRecordsPieChartRefresh, };