import type { SVGProps } from "react"; export interface FlamingoLogoIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function FlamingoLogoIcon({ className, size, color, ...props }: FlamingoLogoIconProps): import("react").JSX.Element; //# sourceMappingURL=flamingo-logo-icon.d.ts.map