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