interface ClassParts {
    base: string;
    important: [boolean, boolean];
    negative: boolean;
    prefix: string;
    separator: string;
    variants: string[];
}
export declare function buildClass({ base, important, negative, prefix, separator, variants }: ClassParts): string;
export {};
//# sourceMappingURL=class.d.ts.map