import Card from "./Card.svelte"; import type CardAction from "./CardAction"; export default Card; export type { CardAction };