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