interface ClickUpIconProps { width?: number | string; height?: number | string; className?: string; } export declare function ClickUpIcon({ width, height, className }: ClickUpIconProps): import("react").JSX.Element; export {}; //# sourceMappingURL=clickup-icon.d.ts.map