import { ReactElement } from 'react'; import { ListProps } from 'react-admin'; declare function List(props: ListProps): ReactElement; export { List }; export type { ListProps }; //# sourceMappingURL=List.d.ts.map