import { ITextualFormControl } from '../../form-control'; interface IPasswordComponent extends ITextualFormControl { } export { IPasswordComponent };