import styleToAliascss from "./utils/stylesToAliascss.js";
export declare const getCompiler: (property: string) => {
    alias?: string | undefined;
    property?: string | undefined;
    test?: RegExp | undefined;
    type?: string | undefined;
    values?: string[] | undefined;
    groups?: {
        [key: string]: string;
    } | undefined;
    compiler?: ((a: string, b: {
        [key: string]: {
            [key: string]: string;
        };
    }) => any) | undefined;
} | null;
export declare const main: {
    [key: string]: any;
    make: (a: string, b?: string | undefined, c?: boolean | undefined) => string;
    group: (a: string, b: string) => string;
};
export declare const styleJSX: (str: string, bool?: boolean) => any;
export declare const staticClassNames: any;
export declare const extend: (object: {}) => any;
export declare const convert: typeof styleToAliascss;
