/// import { EmptyState } from './EmptyState'; declare const meta: { component: typeof EmptyState; title: string; }; export default meta; export declare const defaultState: () => JSX.Element; export declare const withIcon: () => JSX.Element;