import { SVGProps } from 'react';

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

export { Meetone as default };
