1import { forwardRef } from 'react';
2import { createElement } from 'react-native';
3export const HR = forwardRef((props, ref) => {
4    return createElement('hr', { ...props, ref });
5});
6//# sourceMappingURL=Rules.web.js.map