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