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