declare class IbcPointSDK {
    constructor();
    static install(Vue: any, initData: any): void;
}
export default IbcPointSDK;

export { }
