import { SVGProps } from "react";
declare const FCNext: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { FCNext };
