import type { StandardTextFieldProps } from '@mui/material'; /** Shared props for credit card form control text field components. */ export interface WithFormControlProps extends StandardTextFieldProps { fieldLabel?: string; formControlName?: string; } //# sourceMappingURL=WithFormControlProps.d.ts.map