import Component from './Component.vue';
declare const globalProps: Record<string, any>;
declare const globalAttrs: Record<string, any>;
declare const globalListeners: Record<string, any>;
declare const globalHooks: Record<string, any>;
export default Component;
export { globalProps, globalAttrs, globalListeners, globalHooks };
