export declare const defaultCmV2Style: { 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 cmV2OutlinedInputStyle: { inputRoot: { '&$inputFocused $inputNotchedOutline': { border: string; }; '&$inputError $inputNotchedOutline': { border: string; }; }; };