import { FC } from "react"; import { VisibilityProps } from "./VisibilityProps"; declare const Visibility: FC; export default Visibility;