import { TextInputProps } from '../text-input/types'; /** * @deprecated EmailInputProps is deprecated and will be removed in the next major release. */ export interface EmailInputProps extends TextInputProps { } //# sourceMappingURL=types.d.ts.map