/// interface IconProps { type: string; } export default function Icon(props: IconProps): JSX.Element; export {};