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