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