import type { WithAttributes } from '@pega/cosmos-react-core'; type HorizontalRuleProps = WithAttributes<'hr', { children?: never; }>; declare const HorizontalRule: ({ children, ...restProps }: HorizontalRuleProps) => import("react/jsx-runtime").JSX.Element; export default HorizontalRule; //# sourceMappingURL=HorizontalRule.d.ts.map