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