import { ReactNode } from "react"; declare type Props = { children: ReactNode; }; export declare const DatePickerPortal: ({ children, }: Props) => import("react").ReactPortal; export {};