import { SVGProps } from 'react';

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

export { Latoken as default };
