import { DivProps, SvgProps } from "../../types/index.mjs";
import { FC } from "react";

//#region src/brand/BrandLoading/index.d.ts
interface BrandLoadingProps {
  size?: number;
  text: FC<SvgProps & DivProps & {
    size?: number;
  }>;
}
declare const BrandLoading: FC<BrandLoadingProps & SvgProps & DivProps>;
//#endregion
export { BrandLoading, BrandLoadingProps };
//# sourceMappingURL=index.d.mts.map