import type { CardProps } from './type';
import Card from './Card.svelte';
import { card } from './theme';
export { Card, card, type CardProps };
