import { ClassValue } from 'clsx';
export declare const cn: (...inputs: ClassValue[]) => string;
export declare const filterByValue: (elements: string[], valueToFind: string) => string[];
export declare const isClient: boolean;
export declare const resolveColor: (cssVar: string) => string;
