export interface IPropertyFieldPasswordHostProps {
    value: string;
    label?: string;
    onChanged?: (newValue: any) => void;
}
export interface IPropertyFieldPasswordHostState {
    value: string;
}
//# sourceMappingURL=IPropertyFieldPasswordHost.d.ts.map