/// type Props = { hide: boolean; text: string; theme: string; visible: boolean; }; export default function DnydLayer(props: Props): import("react").ReactPortal | null; export {};