import { ThemeFromFn } from '../../theming'; export declare const gridTheme: () => [string, {}]; export declare type GridTheme = ThemeFromFn;