import type { SVGProps } from "react"; export interface FileChartBarIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function FileChartBarIcon({ className, size, color, ...props }: FileChartBarIconProps): import("react").JSX.Element; //# sourceMappingURL=file-chart-bar-icon.d.ts.map