import { PropsWithChildren } from "react" export const VisuallyHidden = ({ children }: PropsWithChildren) => { return {children} }