import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class SecureString extends Base { static $t: Type; constructor(); }