/// declare type Props = { className?: string; }; declare const EnvelopeSolidIcon: (props: Props) => JSX.Element; export default EnvelopeSolidIcon;