import type Footer from "./index.vue";

export type FooterInstance = InstanceType<typeof Footer>;
