type ActiveProps = { /** * Цвет фона нажатого элемента. */ activeBackground?: string; /** * Цвет текста нажатого элемента. */ activeColor?: string; /** * Начертание шрифта. */ activeFontWeight?: string; }; export declare const addActive: (args: ActiveProps) => string; export {}; //# sourceMappingURL=active.d.ts.map