import { CommonTheme, ThemeFromFn } from '../theming'; export declare const emptyState: ({ colors }: CommonTheme) => [string, { background: string; color: string; description: { fontSize: string; }; icon: { fontSize: string; }; margin: string; title: { fontSize: string; fontWeight: string; }; }]; export declare type EmptyStateTheme = ThemeFromFn;