export declare class ClassHelpers { static hasOwn: (v: string | number | symbol) => boolean; static classNames(...args: any[]): string; }