import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IContainsSurrogatePairCharsProps { } /** * Check if the string contains any surrogate pairs chars. */ export declare const containsSurrogatePairChars: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;