import { SVGProps } from 'react';

declare const Balancer: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Balancer as default };
