import type { CustomRender } from './interface';
export declare function extractStyle(customTheme?: CustomRender): string;
