import { inputProps } from "../interface/inputfieldProps"; declare const Graph: (props: inputProps) => import("react/jsx-runtime").JSX.Element; export default Graph;