import * as React from 'react'; import { Creatable } from '../generic'; import { EmptyContentProps } from './EmptyContent.types'; declare const EmptyContent: Creatable< React.FunctionComponent >; export default EmptyContent;