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