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