import { EmptyStateProps } from './EmptyState.types'; import { FC } from 'react'; export declare const EmptyState: FC;