import type { ViewTemplate } from '@microsoft/fast-element'; import type { ElementDefinitionContext, SliderOptions } from '@microsoft/fast-foundation'; import type { Slider } from './slider'; /** * The template for the {@link @microsoft/fast-foundation#(Slider:class)} component. * @public */ export declare const foundationSliderTemplate: (context: ElementDefinitionContext, definition: SliderOptions) => ViewTemplate; //# sourceMappingURL=slider.template.d.ts.map