import { FunctionComponent } from "react"; import { IconBaseProps } from "./IconBase"; declare const Next: FunctionComponent; export default Next;