import type { FunctionalComponent } from 'vue'; declare const Promotion: FunctionalComponent<{}, {}>; export default Promotion;