import { Theme, ThemeCssVarsWide } from '../../../../interfaces/general'; export declare type DeclarationType = 'default' | 'onlyRoot' | 'modern' | 'onlyColors'; /** * Компилирует медиаквери переходы между переменными * @param sourceTheme * @param type */ export declare function compileBreakpointsCssVarsDeclaration(sourceTheme: ThemeCssVarsWide>, type?: DeclarationType): string | null;