import type { SVGAttributes } from 'react'; export default function Visibility({ off, ...props }: { off?: boolean; } & SVGAttributes): JSX.Element;