import { LitComponentImplementation } from "../../types.mjs";
import "../../index.mjs";

//#region src/web-components/catalog/basic/check-box.d.ts
declare const CheckBox: LitComponentImplementation;
//#endregion
export { CheckBox };
//# sourceMappingURL=check-box.d.mts.map