import type { PopoverProps } from 'antd';
export type MangoFormPasswordProps = {
widthLabel?: boolean;
label?: [string, string];
widthConfirm?: boolean;
popoverProps?: PopoverProps;
};
export declare const MangoFormPassword: FC<MangoFormPasswordProps>;