import * as React from "react"; export type LogoBaseProps = { viewBox: string; className?: string; children: React.ReactNode; } & Omit, "color" | "height" | "width">; export declare const LogoBase: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=LogoBase.d.ts.map