import { Meta } from '@storybook/react'; import { ComponentProps } from 'react'; import { EmptyState } from './EmptyState'; type Props = ComponentProps; declare const meta: Meta; export default meta; export declare const Default: (props: Props) => JSX.Element; export declare const Illustrations: () => JSX.Element; export declare const Responsiveness: () => JSX.Element; //# sourceMappingURL=EmptyState.stories.d.ts.map