import type { EmptyObject } from '@ariestools/sdk'; import { FormControlBase } from '../../form-group/index.js'; /** Form control for required cardholder first or last name fields. */ export declare class NameFormControl extends FormControlBase { required: boolean; private nameLabel; constructor(nameLabel: string, autoCompleteLabel: string, placeholder: string); blurError(value: string): void; changeError(value: string): void; } //# sourceMappingURL=Name.d.ts.map