import type { Validator } from 'prop-types';
export declare const isHandLength: Validator<number>;
export declare const isOppositeHandLength: Validator<number>;
export declare const isHandWidth: Validator<number>;
export declare const isMarkLength: Validator<number>;
export declare const isMarkWidth: Validator<number>;
