import { FC } from "react"; import { SVGProps } from "react"; export interface IconProps extends SVGProps { size?: number; } export declare const BarIcon: FC; //# sourceMappingURL=bar.d.ts.map