import OnesyStyle from './OnesyStyle'; import { IOnesyStyleRuleValue } from './OnesyStyleRule'; import { IResponse } from './interfaces'; export declare const cammelCaseToKebabCase: (value: string) => string; export declare const kebabCasetoCammelCase: (value: string) => string; export declare const capitalizedCammelCase: (value: string) => string; export declare const capitalize: (value: string) => string; export declare const is: (version: string, value: any) => any; export declare const isOnesySubscription: (value: any) => any; export declare const getRefs: (value: string) => any[]; export declare const valueResolve: (property: string, value: any, onesyStyle: OnesyStyle) => IOnesyStyleRuleValue; export declare const dynamic: (value: any) => any; export declare function makeName(length_?: number, input_?: string): Generator; export declare const pxToRem: (value: number, htmlFontSize?: number) => number; export declare const names: (value: IResponse) => IResponse; export declare const getID: () => string; export declare const minify: (value: string) => string;