import { InputTextProps } from '../InputText/types';
export type PasswordInputProps = InputTextProps & {
    toggleAriaLabel?: string;
};
