import { type ThemeParser } from '../../../core/theme';
export declare function darkThemeParse(...args: Parameters<ThemeParser>): void;
