import { QwikIntrinsicElements } from "@builder.io/qwik"; export type SelectLabelProps = {} & QwikIntrinsicElements["div"]; declare const SelectLabel: import("@builder.io/qwik").Component>; declare const Label: import("@builder.io/qwik").Component>; export { SelectLabel, Label };