import type { HrProps } from './type';
import Hr from './Hr.svelte';
import { hr } from './theme';
export { Hr, hr, type HrProps };
