type IconProps = { fill?: string; height?: string; width?: string; }; export default function NextIcon(props: IconProps): import("react/jsx-runtime").JSX.Element; export {};