export declare const getClassNames: (props: any) => import("@fluentui/merge-styles").IProcessedStyleSet<{ mainContainer: { border: string; display: string; backgroundColor: string; justifyContent: string; width: string; selectors: { '& h1, h2, h3, h4, h5, h6': { fontSize: string; margin: string; }; }; ul: { padding: number; }; li: { display: string; cursor: string; lineHeight: string; }; }; iconArea: { width: string; backgroundColor: string; textAlign: string; selectors: { [x: string]: { width: string; }; }; }; errorIcon: { fontSize: string; color: string; padding: string; selectors: { [x: string]: { fontSize: string; }; }; }; errorListContainer: { padding: string; selectors: { [x: string]: { padding: string; }; }; }; }>;