import type { HeadingProps } from './type';
import Heading from './Heading.svelte';
import { heading } from './theme';
export { Heading, heading, type HeadingProps };
