export declare const ellipsisClass: string;
export declare function rootClass(width?: number | string): string;
export declare function mergeRefs<T>(...refs: any[]): (value: T) => void;
