import { SliderLabel } from '@microsoft/fast-foundation'; /** * The Fluent Slider Label Custom Element. Implements {@link @microsoft/fast-foundation#SliderLabel}, * {@link @microsoft/fast-foundation#SliderLabelTemplate} * * * @public * @remarks * HTML Element: \ */ export declare class FluentSliderLabel extends SliderLabel { } /** * Styles for SliderLabel * @public */ export declare const SliderLabelStyles: import("@microsoft/fast-element").ElementStyles;