export declare const isValidComponent: (component: string) => boolean; export declare const compareVersion: (v1: string, v2: string) => 1 | 0 | -1;