export declare const RoutingNumberFieldData: { formControlName: string; id: string; type: string; maxLength: number; label: string; prefixIcon: { iconName: string; }; hint: string; requiredMessage: string; validationList: ({ errorKey: string; message: string; args: number[]; } | { errorKey: string; message: string; args?: undefined; })[]; validCharacters: string; };