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