import React from 'react'; interface EmptyStateViewContentProps { title?: string; subtitle?: string; } declare function _EmptyStateViewContent({ title, subtitle, }: EmptyStateViewContentProps): React.JSX.Element; export declare const EmptyStateViewContent: typeof _EmptyStateViewContent & { displayName: string; }; export {}; //# sourceMappingURL=EmptyStateViewContent.d.ts.map