declare const styles: {
    root: string;
    screenReaderOnly: string;
    fieldGroup: string;
    fieldGroupIsFocused: string;
    rootIsDisabled: string;
    fieldAddon: string;
    field: string;
    hasIcon: string;
    rootIsRequired: string;
    rootIsActive: string;
    errorIcon: string;
    icon: string;
    description: string;
    rootIsBorderless: string;
    rootIsUnderlined: string;
    wrapper: string;
    rootIsMultiline: string;
    errorMessage: string;
    invalid: string;
    fieldIsUnresizable: string;
    hidden: string;
};
export = styles;
