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