import type { FormValidatorFn } from '@inkline/inkline/types';
export declare const sameAs: FormValidatorFn<{
    target?: string;
}>;
