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