import { CssProperty } from '@nativescript/core/ui/core/properties'; import { Color } from '@nativescript/core/color'; import { Style } from '@nativescript/core/ui/styling/style'; export declare const trackBackgroundColorProperty: CssProperty; export declare const thumbColorProperty: CssProperty; export declare const trackFillColorProperty: CssProperty; export declare const thumbHollowAtStartProperty: CssProperty;