export declare const MAX_FORM_FIELD_WALK_UP = 3; export declare const MAX_FORM_HEADING_WALK_UP = 3; export declare const MAX_HEADING_HORIZONTAL_DIST = 75; export declare const MAX_HEADING_VERTICAL_DIST = 150; export declare const MAX_CLUSTER_SPLIT_DISTANCE = 400; export declare const MAX_VISIBILITY_WALK_UP = 1; export declare const MIN_AREA_SUBMIT_BTN = 3000; export declare const MIN_FIELD_HEIGHT = 15; export declare const MIN_FIELD_WIDTH = 30; export declare const MAX_INPUTS_PER_FORM = 50; export declare const MAX_FIELDS_PER_FORM = 100; export declare const MAX_HIDDEN_FIELD_VALUE_LENGTH = 320; export declare const HIDDEN_FIELD_IGNORE_VALUES: string[]; export declare const OTP_PATTERNS: string[]; export declare const VALID_INPUT_TYPES: string[];