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