import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IContainsFullWidthCharsProps { } /** * Check if the string contains any full-width chars. */ export declare const containsFullWidthChars: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;