import { TenoxUI as Core } from '@tenoxui/core'; import { Config } from './types'; export declare class TenoxUI extends Core { private safelist; private tabSize; private typeOrder; private selectorPrefix; constructor({ property, values, classes, aliases, breakpoints, variants, safelist, tabSize, moxie, moxieOptions, prefixLoaderOptions, reservedVariantChars, typeOrder, selectorPrefix }?: Partial); addTabs(str: string, size?: number, fixedTabs?: boolean): string; beautifyRules(input: string, isImportant?: boolean): string; formatRules(cssRules: string | string[] | null, value: string | null): string; private formatAliasRules; private createCssBlock; private replaceAmpersand; processApplyObject(selectorObject: Record): string[]; private processAliasItem; private processShorthandItem; private sortedClassNameItem; getRulesData(...classParams: Array>): string[]; render(...classParams: Array>): string; } export * from './types'; export { TenoxUI as Core } from '@tenoxui/core'; export { escapeCSSSelector, constructRaw, regexp, Moxie } from '@tenoxui/core'; export type { PropertyParamValue, PropertyParams, ValuePropType, PropertyValue, Property, MoxieConfig, Config as CoreConfig, Parsed, ProcessedStyle } from '@tenoxui/core'; export default TenoxUI;