import { SvgIconProps } from "../_utils/components.js"; import { ForwardRefExoticComponent, RefAttributes } from "react"; //#region src/with-spin/with-spin.d.ts type IconComponent = ForwardRefExoticComponent>; declare function withSpin(Icon: IconComponent): IconComponent; //#endregion export { withSpin }; //# sourceMappingURL=with-spin.d.ts.map