interface ILoadData { loadData: () => any; } declare const LoadData: (props: ILoadData) => JSX.Element; export { LoadData };