import { Theme } from './utils';
/**
 * Default implementation of light theme
 * */
export declare const lightTheme: Theme;
