import { ThemeOptions } from '../index.js';
/**
 * Light theme.
 */
export declare const Light: (options?: ThemeOptions) => ThemeOptions;
