declare const SelectLabel: import("svelte").Component<any, {}, "ref">;
type SelectLabel = ReturnType<typeof SelectLabel>;
export default SelectLabel;
