import { VNode } from './VNode'; export declare function Context({ slice, fill }: { slice?: string; fill?: any; }, children: VNode[]): VNode;