import type { HtmlIngredientProps } from '../types.js';
export interface AngleSliderValueTextProps extends HtmlIngredientProps<'span', HTMLSpanElement> {
}
declare const AngleSliderValueText: import("svelte").Component<AngleSliderValueTextProps, {}, "ref">;
type AngleSliderValueText = ReturnType<typeof AngleSliderValueText>;
export default AngleSliderValueText;
