import React from 'react'; import { AddSVGProps } from '../types'; export declare type BarProps = { /** className to apply to rect element. */ className?: string; /** reference to rect element. */ innerRef?: React.Ref; }; export default function Bar({ className, innerRef, ...restProps }: AddSVGProps): JSX.Element; //# sourceMappingURL=Bar.d.ts.map