interface IconProps { type: string; } export default function Icon(props: IconProps): import("react/jsx-runtime").JSX.Element; export {};