import { SVGProps } from 'react'; declare const Balancer: (props: SVGProps) => JSX.Element; export { Balancer as default };