import React from 'react'; export declare function EmptyState({ children }: React.PropsWithChildren<{}>): JSX.Element; export declare function EmptyStateIcon({ children }: React.PropsWithChildren<{}>): JSX.Element; export declare function EmptyStateText({ children }: React.PropsWithChildren<{}>): JSX.Element;