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