import { FC } from 'react'; import { EmptyProps } from './Empty.types'; export declare const Empty: FC;