import { FontSizes, FontWeights, LineHeightSizes } from '../utils'; export declare const getClassNames: (props: any) => import("@fluentui/merge-styles").IProcessedStyleSet<{ fieldset: { border: string; padding: number; margin: number; width: string; }; radioButtons: { selectors: { '::-moz-focus-inner': { border: string; }; '& .ms-ChoiceField-wrapper': { position: string; }; '& .ms-ChoiceField-field': { display: string; marginTop: string; marginBottom: string; marginRight: string; position: string; outline: number; verticalAlign: string; }; '& .ms-ChoiceFieldGroup-flexContainer': { display: string; }; 'span.ms-ChoiceFieldLabel': { fontSize: FontSizes; display: string; paddingLeft: string; lineHeight: string; marginTop: string; }; 'span.descriptionLabel': { fontSize: FontSizes; color: string; lineHeight: LineHeightSizes; marginTop: string; }; '& .ms-ChoiceField-field::before': { content: string; display: string; border: string; position: string; boxShadow: string; transition: string; }; '& .ms-ChoiceField-field:hover::before': { boxShadow: string; }; '& .ms-ChoiceField-field:hover::after': { border: string; }; '.ms-ChoiceField-input': { backgroundColor: string; border: string; }; '.ms-ChoiceField-input:disabled + .ms-ChoiceField-field:hover::before': { boxShadow: string; }; '.ms-ChoiceField-input:disabled + .ms-ChoiceField-field::before': { color: string; backgroundColor: string; border: string; }; '.ms-ChoiceField-input:checked + .ms-ChoiceField-field::before': { backgroundColor: string; border: string; boxShadow: string; }; '.ms-ChoiceField-input:checked + .ms-ChoiceField-field::after': { border: string; }; '& .ms-ChoiceField-wrapper.is-inFocus:after': { content: string; position: string; left: number; top: number; bottom: number; right: number; outline: string; zIndex: number; border: string; }; '& .ms-Label': { fontSize: FontSizes; fontWeight: FontWeights; }; 'span.ms-Label': { fontSize: FontSizes; fontWeight: FontWeights; }; '.ms-ChoiceFieldGroup-flexContainer': any; '.ms-ChoiceField-field::before': any; '& .ms-Callout-main': false | { display: string; }; }; }; }>;