import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const SwapCallsRounded: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default SwapCallsRounded;
