import { VNode } from './VNode';
export declare function Extra(props: any, children: VNode[]): VNode;
