export declare const isServer: boolean;
export declare const isDevelopment: boolean;
export declare const isTestingDevelopment: boolean;
export declare const applyCssValue: (value: string | number, cssProp: string) => string;
export declare const camelToKebabCase: (property: string) => string;
