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