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 & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;