import { DataProps } from '../interfaces';

declare function Graphs(props: DataProps): import("react/jsx-runtime").JSX.Element;
export default Graphs;
