import { SVGProps } from 'react';

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

export { PowerLedger as default };
