import React from 'react'; declare const _default: { title: string; component: { (props: import("./EmptyState.js").EmptyStateProps): JSX.Element; Dashed: React.FC; }; }; export default _default; export declare const Template: { (args: any): JSX.Element; args: { title: string; description: string; }; }; export declare const WithAction: (args: any) => JSX.Element; export declare const WithDashedBorder: (args: any) => JSX.Element;