import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
import { PolymorphicProps } from '../factory';
export interface PasswordInputInputBaseProps extends PolymorphicProps {
}
export interface PasswordInputInputProps extends PasswordInputInputBaseProps, 
/**
 * @vue-ignore
 */
HTMLAttributes {
}
declare const _default: DefineComponent<PasswordInputInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PasswordInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;
