export default function Fill({ name, children }: {
    name: any;
    children: any;
}): import("react").ReactPortal | null;
//# sourceMappingURL=fill.d.ts.map