export declare const legacyInputStyle: { inputRoot: { [x: string]: string | { fontSize: string; }; fontFamily: string; color: string; fontSize: string; }; multiline: { padding: string; }; inputUnderline: { '&:before': { borderBottom: string; }; '&:after': { borderColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; select: { '&&': { paddingRight: string; }; }; labelRoot: { fontFamily: string; color: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontFamily: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; letterSpacing: string; }; formHelperTextError: { '&$formHelperTextError': { color: string; fontFamily: string; }; }; }; export declare const v1InputStyle: { inputRoot: { [x: string]: string | { fontSize: string; }; fontFamily: string; color: string; fontSize: string; }; multiline: { padding: string; }; inputUnderline: { '&:before': { borderBottom: string; }; '&:after': { borderColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; select: { '&&': { paddingRight: string; }; }; labelRoot: { fontFamily: string; color: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontFamily: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; letterSpacing: string; }; formHelperTextError: { '&$formHelperTextError': { color: string; fontFamily: string; }; }; } & { inputRoot: { fontFamily: string; color: string; background: string; '&:hover': { background: string; }; borderRadius: string; }; inputUnderline: { '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { background: string; }; inputDisabled: { background: string; cursor: string; '&:hover': { background: string; }; '&:active': { background: string; }; }; labelRoot: { fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; '&$labelFocused': { color: string; }; }; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; }; } & { inputRoot: { paddingLeft: string; paddingRight: string; }; input: { [x: string]: string | number | { lineHeight: string; padding: string; }; lineHeight: number; height: string; padding: string; }; }; export declare const v1SelectStyle: { inputRoot: { [x: string]: string | { fontSize: string; }; fontFamily: string; color: string; fontSize: string; }; multiline: { padding: string; }; inputUnderline: { '&:before': { borderBottom: string; }; '&:after': { borderColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; select: { '&&': { paddingRight: string; }; }; labelRoot: { fontFamily: string; color: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontFamily: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; letterSpacing: string; }; formHelperTextError: { '&$formHelperTextError': { color: string; fontFamily: string; }; }; } & { inputRoot: { fontFamily: string; color: string; background: string; '&:hover': { background: string; }; borderRadius: string; }; inputUnderline: { '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { background: string; }; inputDisabled: { background: string; cursor: string; '&:hover': { background: string; }; '&:active': { background: string; }; }; labelRoot: { fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; '&$labelFocused': { color: string; }; }; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; }; } & { icon: { marginRight: string; }; select: { '&&': { padding: string; paddingRight: string; }; }; selectMenuRoot: { maxWidth: string; }; menuItemRoot: { fontSize: string; color: string; display: string; textOverflow: string; padding: string; }; }; export declare const devprojectsInputStyle: { inputRoot: { [x: string]: string | { fontSize: string; }; fontFamily: string; color: string; fontSize: string; }; multiline: { padding: string; }; inputUnderline: { '&:before': { borderBottom: string; }; '&:after': { borderColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; select: { '&&': { paddingRight: string; }; }; labelRoot: { fontFamily: string; color: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontFamily: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; letterSpacing: string; }; formHelperTextError: { '&$formHelperTextError': { color: string; fontFamily: string; }; }; } & { inputRoot: { fontFamily: string; color: string; background: string; '&:hover': { background: string; }; borderRadius: string; }; inputUnderline: { '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { background: string; }; inputDisabled: { background: string; cursor: string; '&:hover': { background: string; }; '&:active': { background: string; }; }; labelRoot: { fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; '&$labelFocused': { color: string; }; }; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; }; } & { inputRoot: { paddingLeft: string; paddingRight: string; }; input: { [x: string]: string | number | { lineHeight: string; padding: string; }; lineHeight: number; height: string; padding: string; }; } & { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; }; export declare const arcInputStyle: { inputRoot: { [x: string]: string | { fontSize: string; }; fontFamily: string; color: string; fontSize: string; }; multiline: { padding: string; }; inputUnderline: { '&:before': { borderBottom: string; }; '&:after': { borderColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; select: { '&&': { paddingRight: string; }; }; labelRoot: { fontFamily: string; color: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontFamily: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; letterSpacing: string; }; formHelperTextError: { '&$formHelperTextError': { color: string; fontFamily: string; }; }; } & { inputRoot: { fontFamily: string; color: string; background: string; '&:hover': { background: string; }; borderRadius: string; }; inputUnderline: { '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { background: string; }; inputDisabled: { background: string; cursor: string; '&:hover': { background: string; }; '&:active': { background: string; }; }; labelRoot: { fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; '&$labelFocused': { color: string; }; }; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; }; } & { inputRoot: { paddingLeft: string; paddingRight: string; }; input: { [x: string]: string | number | { lineHeight: string; padding: string; }; lineHeight: number; height: string; padding: string; }; } & { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; }; export declare const arcSelectStyle: { inputRoot: { [x: string]: string | { fontSize: string; }; fontFamily: string; color: string; fontSize: string; }; multiline: { padding: string; }; inputUnderline: { '&:before': { borderBottom: string; }; '&:after': { borderColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; select: { '&&': { paddingRight: string; }; }; labelRoot: { fontFamily: string; color: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontFamily: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; letterSpacing: string; }; formHelperTextError: { '&$formHelperTextError': { color: string; fontFamily: string; }; }; } & { inputRoot: { fontFamily: string; color: string; background: string; '&:hover': { background: string; }; borderRadius: string; }; inputUnderline: { '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { background: string; }; inputDisabled: { background: string; cursor: string; '&:hover': { background: string; }; '&:active': { background: string; }; }; labelRoot: { fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; '&$labelFocused': { color: string; }; }; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; }; } & { icon: { marginRight: string; }; select: { '&&': { padding: string; paddingRight: string; }; }; selectMenuRoot: { maxWidth: string; }; menuItemRoot: { fontSize: string; color: string; display: string; textOverflow: string; padding: string; }; } & { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; }; export declare const cmEventsInputStyle: { inputRoot: { [x: string]: string | { fontSize: string; }; fontFamily: string; color: string; fontSize: string; }; multiline: { padding: string; }; inputUnderline: { '&:before': { borderBottom: string; }; '&:after': { borderColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; select: { '&&': { paddingRight: string; }; }; labelRoot: { fontFamily: string; color: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontFamily: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; letterSpacing: string; }; formHelperTextError: { '&$formHelperTextError': { color: string; fontFamily: string; }; }; } & { inputRoot: { fontFamily: string; color: string; background: string; '&:hover': { background: string; }; borderRadius: string; }; inputUnderline: { '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { background: string; }; inputDisabled: { background: string; cursor: string; '&:hover': { background: string; }; '&:active': { background: string; }; }; labelRoot: { fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; '&$labelFocused': { color: string; }; }; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; }; } & { inputRoot: { paddingLeft: string; paddingRight: string; }; input: { [x: string]: string | number | { lineHeight: string; padding: string; }; lineHeight: number; height: string; padding: string; }; } & { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { fontSize: string; lineHeight: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontSize: string; lineHeight: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; labelAsteriskError: { '&$labelAsteriskError': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; select: { '&&': { padding: string; lineHeight: string; }; }; }; export declare const cmEventsSelectStyle: { inputRoot: { [x: string]: string | { fontSize: string; }; fontFamily: string; color: string; fontSize: string; }; multiline: { padding: string; }; inputUnderline: { '&:before': { borderBottom: string; }; '&:after': { borderColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; select: { '&&': { paddingRight: string; }; }; labelRoot: { fontFamily: string; color: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontFamily: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; letterSpacing: string; }; formHelperTextError: { '&$formHelperTextError': { color: string; fontFamily: string; }; }; } & { inputRoot: { fontFamily: string; color: string; background: string; '&:hover': { background: string; }; borderRadius: string; }; inputUnderline: { '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { background: string; }; inputDisabled: { background: string; cursor: string; '&:hover': { background: string; }; '&:active': { background: string; }; }; labelRoot: { fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; '&$labelFocused': { color: string; }; }; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; }; } & { icon: { marginRight: string; }; select: { '&&': { padding: string; paddingRight: string; }; }; selectMenuRoot: { maxWidth: string; }; menuItemRoot: { fontSize: string; color: string; display: string; textOverflow: string; padding: string; }; } & { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { fontSize: string; lineHeight: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontSize: string; lineHeight: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; labelAsteriskError: { '&$labelAsteriskError': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; select: { '&&': { padding: string; lineHeight: string; }; }; }; export declare const cmEventsOutlinedInputStyle: { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { fontSize: string; lineHeight: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontSize: string; lineHeight: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; labelAsteriskError: { '&$labelAsteriskError': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; select: { '&&': { padding: string; lineHeight: string; }; }; } & { rootWithLabel: { marginTop: string; }; inputRoot: { [x: string]: string | { borderRadius: string; border: string; fontSize?: undefined; } | { border: string; borderRadius?: undefined; fontSize?: undefined; } | { fontSize: string; borderRadius?: undefined; border?: undefined; }; fontFamily: string; color: string; fontSize: string; lineHeight: string; background: string; '& $inputNotchedOutline': { borderRadius: string; border: string; }; '&:hover:not($inputError):not($inputFocused):not($inputDisabled) $inputNotchedOutline': { border: string; }; '&$inputDisabled $inputNotchedOutline': { border: string; }; }; input: { padding: string; height: string; }; multiline: { padding: string; '& $input': { padding: string; }; }; inputError: {}; inputFocused: {}; inputDisabled: { cursor: string; }; inputNotchedOutline: {}; labelRoot: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; color: string; }; labelRootError: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; marginLeft: string; letterSpacing: string; }; } & { inputRoot: { '&$inputFocused $inputNotchedOutline': { border: string; }; '&$inputError $inputNotchedOutline': { border: string; }; }; }; export declare const cmEventsOutlinedSelectStyle: { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { fontSize: string; lineHeight: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontSize: string; lineHeight: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; labelAsteriskError: { '&$labelAsteriskError': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; select: { '&&': { padding: string; lineHeight: string; }; }; } & { rootWithLabel: { marginTop: string; }; inputRoot: { [x: string]: string | { borderRadius: string; border: string; fontSize?: undefined; } | { border: string; borderRadius?: undefined; fontSize?: undefined; } | { fontSize: string; borderRadius?: undefined; border?: undefined; }; fontFamily: string; color: string; fontSize: string; lineHeight: string; background: string; '& $inputNotchedOutline': { borderRadius: string; border: string; }; '&:hover:not($inputError):not($inputFocused):not($inputDisabled) $inputNotchedOutline': { border: string; }; '&$inputDisabled $inputNotchedOutline': { border: string; }; }; input: { padding: string; height: string; }; multiline: { padding: string; '& $input': { padding: string; }; }; inputError: {}; inputFocused: {}; inputDisabled: { cursor: string; }; inputNotchedOutline: {}; labelRoot: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; color: string; }; labelRootError: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; marginLeft: string; letterSpacing: string; }; } & { inputRoot: { '&$inputFocused $inputNotchedOutline': { border: string; }; '&$inputError $inputNotchedOutline': { border: string; }; }; } & { selectMenuRoot: { maxWidth: string; }; menuItemRoot: { fontSize: string; color: string; display: string; textOverflow: string; padding: string; }; select: { '&&': { padding: string; paddingRight: string; lineHeight: string; }; }; }; export declare const arcOutlinedInputStyle: { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; labelAsteriskError: { '&$labelAsteriskError': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; select: { '&&': { padding: string; lineHeight: string; }; }; } & { rootWithLabel: { marginTop: string; }; inputRoot: { [x: string]: string | { borderRadius: string; border: string; fontSize?: undefined; } | { border: string; borderRadius?: undefined; fontSize?: undefined; } | { fontSize: string; borderRadius?: undefined; border?: undefined; }; fontFamily: string; color: string; fontSize: string; lineHeight: string; background: string; '& $inputNotchedOutline': { borderRadius: string; border: string; }; '&:hover:not($inputError):not($inputFocused):not($inputDisabled) $inputNotchedOutline': { border: string; }; '&$inputDisabled $inputNotchedOutline': { border: string; }; }; input: { padding: string; height: string; }; multiline: { padding: string; '& $input': { padding: string; }; }; inputError: {}; inputFocused: {}; inputDisabled: { cursor: string; }; inputNotchedOutline: {}; labelRoot: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; color: string; }; labelRootError: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; marginLeft: string; letterSpacing: string; }; } & { inputRoot: { '&$inputFocused $inputNotchedOutline': { border: string; }; '&$inputError $inputNotchedOutline': { border: string; }; }; }; export declare const arcOutlinedSelectStyle: { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; labelAsteriskError: { '&$labelAsteriskError': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; select: { '&&': { padding: string; lineHeight: string; }; }; } & { rootWithLabel: { marginTop: string; }; inputRoot: { [x: string]: string | { borderRadius: string; border: string; fontSize?: undefined; } | { border: string; borderRadius?: undefined; fontSize?: undefined; } | { fontSize: string; borderRadius?: undefined; border?: undefined; }; fontFamily: string; color: string; fontSize: string; lineHeight: string; background: string; '& $inputNotchedOutline': { borderRadius: string; border: string; }; '&:hover:not($inputError):not($inputFocused):not($inputDisabled) $inputNotchedOutline': { border: string; }; '&$inputDisabled $inputNotchedOutline': { border: string; }; }; input: { padding: string; height: string; }; multiline: { padding: string; '& $input': { padding: string; }; }; inputError: {}; inputFocused: {}; inputDisabled: { cursor: string; }; inputNotchedOutline: {}; labelRoot: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; color: string; }; labelRootError: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; marginLeft: string; letterSpacing: string; }; } & { inputRoot: { '&$inputFocused $inputNotchedOutline': { border: string; }; '&$inputError $inputNotchedOutline': { border: string; }; }; } & { selectMenuRoot: { maxWidth: string; }; menuItemRoot: { fontSize: string; color: string; display: string; textOverflow: string; padding: string; }; select: { '&&': { padding: string; paddingRight: string; lineHeight: string; }; }; }; export declare const cmOutlinedInputStyle: { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { fontSize: string; lineHeight: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontSize: string; lineHeight: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; labelAsteriskError: { '&$labelAsteriskError': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; select: { '&&': { padding: string; lineHeight: string; }; }; } & { rootWithLabel: { marginTop: string; }; inputRoot: { [x: string]: string | { borderRadius: string; border: string; fontSize?: undefined; } | { border: string; borderRadius?: undefined; fontSize?: undefined; } | { fontSize: string; borderRadius?: undefined; border?: undefined; }; fontFamily: string; color: string; fontSize: string; lineHeight: string; background: string; '& $inputNotchedOutline': { borderRadius: string; border: string; }; '&:hover:not($inputError):not($inputFocused):not($inputDisabled) $inputNotchedOutline': { border: string; }; '&$inputDisabled $inputNotchedOutline': { border: string; }; }; input: { padding: string; height: string; }; multiline: { padding: string; '& $input': { padding: string; }; }; inputError: {}; inputFocused: {}; inputDisabled: { cursor: string; }; inputNotchedOutline: {}; labelRoot: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; color: string; }; labelRootError: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; marginLeft: string; letterSpacing: string; }; } & { inputRoot: { '&$inputFocused $inputNotchedOutline': { border: string; }; '&$inputError $inputNotchedOutline': { border: string; }; }; }; export declare const cmOutlinedSelectStyle: { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { fontSize: string; lineHeight: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontSize: string; lineHeight: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; labelAsteriskError: { '&$labelAsteriskError': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; select: { '&&': { padding: string; lineHeight: string; }; }; } & { rootWithLabel: { marginTop: string; }; inputRoot: { [x: string]: string | { borderRadius: string; border: string; fontSize?: undefined; } | { border: string; borderRadius?: undefined; fontSize?: undefined; } | { fontSize: string; borderRadius?: undefined; border?: undefined; }; fontFamily: string; color: string; fontSize: string; lineHeight: string; background: string; '& $inputNotchedOutline': { borderRadius: string; border: string; }; '&:hover:not($inputError):not($inputFocused):not($inputDisabled) $inputNotchedOutline': { border: string; }; '&$inputDisabled $inputNotchedOutline': { border: string; }; }; input: { padding: string; height: string; }; multiline: { padding: string; '& $input': { padding: string; }; }; inputError: {}; inputFocused: {}; inputDisabled: { cursor: string; }; inputNotchedOutline: {}; labelRoot: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; color: string; }; labelRootError: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; marginLeft: string; letterSpacing: string; }; } & { inputRoot: { '&$inputFocused $inputNotchedOutline': { border: string; }; '&$inputError $inputNotchedOutline': { border: string; }; }; } & { selectMenuRoot: { maxWidth: string; }; menuItemRoot: { fontSize: string; color: string; display: string; textOverflow: string; padding: string; }; select: { '&&': { padding: string; paddingRight: string; lineHeight: string; }; }; }; export declare const largeInputStyle: { inputRoot: { [x: string]: string | { fontSize: string; }; fontFamily: string; color: string; fontSize: string; }; multiline: { padding: string; }; inputUnderline: { '&:before': { borderBottom: string; }; '&:after': { borderColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; select: { '&&': { paddingRight: string; }; }; labelRoot: { fontFamily: string; color: string; '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { fontFamily: string; '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; letterSpacing: string; }; formHelperTextError: { '&$formHelperTextError': { color: string; fontFamily: string; }; }; } & { inputRoot: { fontFamily: string; color: string; background: string; '&:hover': { background: string; }; borderRadius: string; }; inputUnderline: { '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { background: string; }; inputDisabled: { background: string; cursor: string; '&:hover': { background: string; }; '&:active': { background: string; }; }; labelRoot: { fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; '&$labelFocused': { color: string; }; }; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; fontSize: string; lineHeight: string; marginBottom: string; top: string; transform: string; letterSpacing: string; }; } & { inputRoot: { paddingLeft: string; paddingRight: string; }; input: { [x: string]: string | number | { lineHeight: string; padding: string; }; lineHeight: number; height: string; padding: string; }; } & { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; } & { inputRoot: { fontSize: string; }; labelRoot: { fontSize: string; }; }; export declare const arcOutlinedTagsInputStyle: { inputUnderline: { '&:after': { borderColor: string; }; '&&&&:hover:before': { borderBottomColor: string; }; }; inputFocused: { '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; inputError: { '&:after': { backgroundColor: string; }; '&$inputUnderline': { '&:after': { borderColor: string; }; }; }; labelRoot: { '&$labelFocused': { color: string; }; }; labelFocused: {}; labelRootError: { '&$labelRootError': { color: string; }; '&$labelFocused': { color: string; }; }; labelAsteriskError: { '&$labelAsteriskError': { color: string; }; }; formHelperTextError: { '&$formHelperTextError': { color: string; }; }; select: { '&&': { padding: string; lineHeight: string; }; }; } & { rootWithLabel: { marginTop: string; }; inputRoot: { [x: string]: string | { borderRadius: string; border: string; fontSize?: undefined; } | { border: string; borderRadius?: undefined; fontSize?: undefined; } | { fontSize: string; borderRadius?: undefined; border?: undefined; }; fontFamily: string; color: string; fontSize: string; lineHeight: string; background: string; '& $inputNotchedOutline': { borderRadius: string; border: string; }; '&:hover:not($inputError):not($inputFocused):not($inputDisabled) $inputNotchedOutline': { border: string; }; '&$inputDisabled $inputNotchedOutline': { border: string; }; }; input: { padding: string; height: string; }; multiline: { padding: string; '& $input': { padding: string; }; }; inputError: {}; inputFocused: {}; inputDisabled: { cursor: string; }; inputNotchedOutline: {}; labelRoot: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; color: string; }; labelRootError: { fontSize: string; lineHeight: string; transform: string; paddingBottom: string; fontFamily: string; }; formHelperText: { color: string; fontFamily: string; fontSize: string; lineHeight: string; marginLeft: string; letterSpacing: string; }; } & { inputRoot: { '&$inputFocused $inputNotchedOutline': { border: string; }; '&$inputError $inputNotchedOutline': { border: string; }; }; } & { inputRoot: { '&&[class*="MuiOutlinedInput-root"]': { padding: string; gap: string; }; '&&[class*="MuiOutlinedInput-root"] $input': { padding: string; }; }; noOptions: { fontFamily: string; }; tag: { height: string; fontSize: string; borderRadius: string; backgroundColor: string; color: string; margin: string; padding: string; gap: string; "& .MuiChip-label": { padding: string; }; }; tagDeleteIcon: { margin: string; width: string; alignItems: string; }; option: { paddingTop: string; paddingBottom: string; color: string; fontFamily: string; fontSize: string; '&[aria-disabled="true"]': { color: string; backgroundColor: string; opacity: number; }; }; };