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