import { ReactElement, SVGProps } from 'react';
export default function Bars(props: JSX.IntrinsicAttributes & SVGProps<SVGSVGElement>): ReactElement;
