import Transfer from "./Transfer.svelte"; import type { TransferData } from "./types"; export default Transfer; export type { TransferData };