import { AbstractTextInputProps } from "./TextInput"; import { ComponentProps } from "react"; import { OmitInternalProps } from "../../shared"; declare const DefaultElement = "input"; export declare type InnerPasswordInputProps = AbstractTextInputProps; export declare function InnerPasswordInput(props: InnerPasswordInputProps): JSX.Element; export declare namespace InnerPasswordInput { var defaultElement: string; } /** * [Documentation](https://orbit.sharegate.design/?path=/docs/text-input--default-story) */ export declare const PasswordInput: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export declare type PasswordInputProps = ComponentProps; export {};