import { o as PictoColors, s as Sizes, t as BrandColors } from "./Logo.constants-B9xLr-2R.js";
import { AllHTMLAttributes } from "react";

//#region src/components/Logo/Logo.types.d.ts
interface LogoProps extends Omit<AllHTMLAttributes<HTMLOrSVGElement>, 'size'> {
  brandVariant?: keyof typeof BrandColors;
  pictoVariant?: keyof typeof PictoColors;
  size?: `${Sizes}`;
}
//#endregion
export { LogoProps as t };
//# sourceMappingURL=Logo.types-ChiLVGs9.d.ts.map