import { SVGProps } from 'react'; declare const Just: (props: SVGProps) => JSX.Element; export { Just as default };