import { SVGProps } from 'react';

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

export { Klaytn as default };
