interface Options { props?: Object; domProps?: Object; on?: Object; } declare const h: (type: String | Object, options?: Options & any, chidren?: any) => import("vue-demi").VNode; declare const slot: (s: any, attrs?: any) => any; export { slot }; export default h;