declare const bsQrCode: {
    hooks: {
        "client:js": string;
    };
    plugin: (options: BsQrCode.IOptions, bs: any) => void;
    "plugin:name": string;
};
export = bsQrCode;
