import { PasswordProps } from "@ducor/types";
export declare const Password: ({ name, label, withAsterisk, helperText, id, placeholder, defaultValue, className, direction, disabled, ...rest }: PasswordProps) => import("react/jsx-runtime").JSX.Element;
