type SupportedVersions = 17 | 18 | 19; export declare function isReactVersionAtLeast(reactVersionToCheck: SupportedVersions): boolean; export {};