import { type HrProps as Props } from './index';
declare const Hr: import("svelte").Component<Props, {}, "">;
type Hr = ReturnType<typeof Hr>;
export default Hr;
