import type { FunctionalComponent } from 'vue'; import type { TransferOperationProps } from './props'; declare const Operation: FunctionalComponent; export default Operation;