import React from 'react';
import type { Isvg } from '../../../../../ts/interfaces/svgs';
declare const JanisLogo: ({ ...props }: Isvg) => React.JSX.Element;
export default JanisLogo;
