import type { JSX } from 'solid-js'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type ComboboxLabelProps = HeadlessProps; export declare function ComboboxLabel(props: ComboboxLabelProps): JSX.Element; //# sourceMappingURL=ComboboxLabel.d.ts.map