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