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