import { SVGProps } from 'react';

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

export { Just as default };
