import { ReactElement } from 'react'; interface Props { title: string; id: string; } declare const ChartWidget: ({ title, id }: Props) => ReactElement; export default ChartWidget; //# sourceMappingURL=index.d.ts.map