/** Form control names for first and last name fields. */ export declare const NameFields: readonly ["firstName", "lastName"]; /** Display labels for first and last name fields. */ export declare const NameLabels: readonly ["First", "Last"]; /** Union of name field labels. */ export type NameLabel = (typeof NameLabels)[number]; //# sourceMappingURL=Fields.d.ts.map