import Signature from './src/signature.vue'; export declare const LlSignature: any; export default LlSignature; export * from './src/signature'; declare module 'vue' { interface GlobalComponents { LlSignature: typeof Signature; } }