export declare function extract(props: any, prop: any): { [x: string]: any; }; export declare function htmlToVdom(html: any): any;