import type { HtmlIngredientProps } from '../types.js';
export interface ColorPickerLabelProps extends HtmlIngredientProps<'label', HTMLLabelElement> {
}
declare const ColorPickerLabel: import("svelte").Component<ColorPickerLabelProps, {}, "ref">;
type ColorPickerLabel = ReturnType<typeof ColorPickerLabel>;
export default ColorPickerLabel;
