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