/// import { EmptyStateProps } from './empty-state.interfaces'; export declare const EmptyState: { ({ className, title, description, icon }: EmptyStateProps): JSX.Element; defaultTheme: ({ colors }: import("..").CommonTheme) => [string, { background: string; color: string; description: { fontSize: string; }; icon: { fontSize: string; }; margin: string; title: { fontSize: string; fontWeight: string; }; }]; };