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