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