import React from 'react'; interface InfoCircleIconProps { className?: string; color?: string; size?: number; width?: number; height?: number; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function InfoCircleIcon({ className, color, size, width, height }: InfoCircleIconProps): React.JSX.Element; export {}; //# sourceMappingURL=info-circle-icon.d.ts.map