import { VNode } from 'vue'; import { DomEvent, HTMLAttributes } from '../types'; import { EventBase, HookContext, Intersection, SlotBase, VC } from './HC'; export declare function HFC
VNode[]; }>(func: (this: void, props: P, ctx: HookContext, Intersection, S>) => VNode | null, props?: Array, name?: string): VC;
;