import { UIComponentsConfig } from '../types';
export declare const getConfig: () => UIComponentsConfig;
export declare const getCollapsedElement: (elements: ChildNode[]) => HTMLElement | undefined;
export declare const isOverflowEllipsis: (element: HTMLElement) => boolean;
export declare const isNodeText: (element: HTMLElement) => boolean;
export declare const isNodeComment: (element: HTMLElement) => boolean;
export declare const getCssStyle: (element: HTMLElement, prop: string) => string;
