export declare type PieData = {
    value: number;
    title: string;
    id: string;
    color: string;
};
