import { LitComponentImplementation } from "../../types.mjs"; import "../../index.mjs"; //#region src/web-components/catalog/basic/choice-picker.d.ts declare const ChoicePicker: LitComponentImplementation; //#endregion export { ChoicePicker }; //# sourceMappingURL=choice-picker.d.mts.map