declare module 'vue' {
    export interface GlobalComponents {
        PsButton: typeof import('./lib/button')['default'],
        PsTest: typeof import('./lib/test')['default']
    }
}
export { }