import { FunctionComponent, HTMLProps } from 'react'; export interface EmptyStateBodyProps extends HTMLProps {} declare const EmptyStateBody: FunctionComponent; export default EmptyStateBody;