import { SVGProps } from 'react';

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

export { Ternio as default };
