import { ThemeConfig, UIBaseComponentProps } from '../model/theme-config.model'; export declare const hintLayoutClassNamesConfig: { componentName: "hint"; baseSelectorStructure: { block: string; }; elements: { host: { name: string; selectorStructure: never[]; description: string; }; }; }; export declare function getHintClassNames(componentProps: UIBaseComponentProps, themeConfig: ThemeConfig): Record;