import React from "react"; export interface PieGraph { data?: Array; dataKey?: any; nameKey?: string; } export declare const PieGraph: React.FC;