import { IProps, SKUOptionsSelectionRef } from "./types.js"; import React from "react"; //#region src/plus/skuOptionsSelection/index.d.ts declare const SKUOptionsSelection: React.ForwardRefExoticComponent>; //#endregion export { SKUOptionsSelection };