import Component__SvelteComponent_ from './Swap.svelte';
import type { TProps } from './Swap.type';
export type SwapProps = TProps;
export default Component__SvelteComponent_;
