declare const Bars: ({ width }: {
    width: number;
}) => import("react/jsx-runtime").JSX.Element;
export default Bars;
