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