import type { App } from 'vue'; export * from './np-button'; export declare function install(app: App): void; declare const _default: { install: typeof install; }; export default _default;