import { ChPopoverAlign } from "@genexus/chameleon-controls-library"; export declare const config: { tooltip: boolean; gxgMessage: { common: { type: string; textAlign: string; padding: string; maxWidth: string; minHeight: string; }; }; gxIdeContainer: { slimmerFooter: boolean; }; tabularGrid: { colSize: { minContent: string; maxContent: string; auto: string; common: string; commonDouble: string; description: string; serverName: string; userName: string; }; }; loader: { timeout: number; }; tooltipSettings: { blockAlign: ChPopoverAlign; inlineAlign: ChPopoverAlign; delay: number; delayLong: number; }; inputDebounce: number; headingsClasses: { cardRegular: string; cardSmall: string; }; utilityClasses: { opacityZero: string; exactMatch: string; }; }; export declare const getImagePathTreeViewCallback: (imageSrc: string) => string;