import { IRawStyle, ITheme } from '@fluentui/react'; export declare const getFluent2InputFocusStyles: (theme: ITheme, isUnderline?: boolean, isError?: boolean) => IRawStyle; export declare const getFluent2InputDisabledStyles: (theme: ITheme) => IRawStyle;