import { type Tree } from '@angular-devkit/schematics'; import { type TuiSchema } from '../../../ng-add/schema'; export declare const TUI_THICKNESS_COMMENT = "use --tui-thumb-size. Learn more: https://taiga-ui.dev/components/slider#size"; export declare function migrateCssVariables(tree: Tree, options: TuiSchema): void;