import type { MarkProps } from './type';
import Mark from './Mark.svelte';
import { mark } from './theme';
export { Mark, mark, type MarkProps };
