import { ShowProps } from 'react-admin'; declare function Show(props: ShowProps): JSX.Element; export { Show }; export type { ShowProps }; //# sourceMappingURL=Show.d.ts.map