import type { ThemeValidations } from '../../typings/theme-context.js'; import type { ValidationLevel } from '../ValidationWrapperInternal.js'; export declare const DEFAULT_TEXT_COLOR = "#d43517"; export declare function getValidationTextColor(theme: ThemeValidations, level?: ValidationLevel): string;