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