/// export type HorizontalRuleProps = { mark?: '-' | '*' | '_'; }; export default function HorizontalRule(props: HorizontalRuleProps): JSX.Element;