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