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