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