/// interface IconProps { className?: string; } export default function GrowIcon({ className }: IconProps): JSX.Element; export {};