import { TruPropertyConfigText } from './tru-property-config-text'; export declare class TruPropertyConfigPassword extends TruPropertyConfigText { constructor(); encryptionType: string | undefined; }