import type { AsChildTypes } from "../types"; import { type JSXChildren, type PropsOf } from "@qwik.dev/core"; export declare function SelectItemLabel(props: PropsOf<"span">): import("@qwik.dev/core").JSXOutput; export declare const SelectItemLabelInner: import("@qwik.dev/core").Component<{} & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & { label: JSXChildren; } & AsChildTypes>;