import type { PropNormalizer } from "@qualcomm-ui/utils/machine"; import type { QdsSelectApi, QdsSelectApiProps } from "./select.types.js"; export declare function createQdsSelectApi(props: QdsSelectApiProps, normalize: PropNormalizer): QdsSelectApi; //# sourceMappingURL=select.api.d.ts.map