import { SimpleListProps } from 'react-admin'; declare function SimpleList({ empty, ...props }: SimpleListProps): JSX.Element; export { SimpleList }; //# sourceMappingURL=SimpleList.d.ts.map