import { SVGProps } from 'react';

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

export { Hedera as default };
