export declare const isBrowser: () => boolean; export declare const getId: () => string; export declare const isCSSNumberValue: (value?: string | number) => boolean;