import { default as React, ComponentProps } from 'react'; import { ActionInput } from '../Action'; type Props = Omit, "type" | "actionLabel" | "onActionClick" | "Icon">; /** * A password input with a toggle to show/hide the password. * * Standalone input to be used outside of Radix forms. */ export declare const PasswordInput: React.ForwardRefExoticComponent & React.RefAttributes>; /** * A password input with a toggle to show/hide the password. * * Control to be used in a Radix form. */ export declare const PasswordControl: React.ForwardRefExoticComponent & React.RefAttributes, "ref"> & React.RefAttributes>; export {}; //# sourceMappingURL=Password.d.ts.map