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