/// import type { IconType } from "./Icon/types"; declare function VisibleOff(props: IconType): JSX.Element; export default VisibleOff;