import type { CSSPropertyOrVariable } from '@tenoxui/types';
export declare function toKebab(str: CSSPropertyOrVariable): string;
export declare function nakKebab(str: string): string;
