import { TextInputProps } from '../../forms/TextInput'; export type CardValuesProps = { 'data-testid'?: string; firstTextInput?: TextInputProps; secondTextInput?: TextInputProps; thirdTextInput?: TextInputProps; }; //# sourceMappingURL=types.d.ts.map