import type { SpanProps } from './type';
import Span from './Span.svelte';
import { span } from './theme';
export { Span, span, type SpanProps };
