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