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 const fluentSliderLabel: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry; /** * Styles for SliderLabel * @public */ export declare const sliderLabelStyles: (context: import("@microsoft/fast-foundation").ElementDefinitionContext, definition: import("@microsoft/fast-foundation").FoundationElementDefinition) => import("@microsoft/fast-element").ElementStyles; /** * Slider label base class * @public */ export { SliderLabel };