/// import { CustomFieldsWidgetState } from '../../state'; interface EmptyStateContentProps { state: CustomFieldsWidgetState; emptyStateOverrides?: { title?: string; subtitle?: string; }; } declare function _EmptyStateContent(props: EmptyStateContentProps): JSX.Element; export declare const EmptyStateContent: typeof _EmptyStateContent & { displayName: string; }; export {}; //# sourceMappingURL=EmptyStateContent.d.ts.map