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