import React from 'react'; interface CapterraIconProps { width?: number | string; height?: number | string; className?: string; firstColor?: string; secondColor?: string; thirdColor?: string; fourthColor?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function CapterraIcon({ width, height, className, firstColor, secondColor, thirdColor, fourthColor, }: CapterraIconProps): React.JSX.Element; export {}; //# sourceMappingURL=capterra-icon.d.ts.map