type BrandMarkProps = { label: string; size?: number; }; declare function BrandMark({ label, size }: BrandMarkProps): import("react/jsx-runtime").JSX.Element; export { BrandMark }; export type { BrandMarkProps }; //# sourceMappingURL=brand-mark.d.ts.map