export declare const hasOwn: (obj: Record<string, any>, key: string) => boolean;
export declare const install: (name: string, component: any) => void;
