import Component from '../../components/divider/divider.js'; /** * @summary Dividers visually separate or group adjacent elements with a horizontal or vertical line. Use them to * establish rhythm and hierarchy within menus, toolbars, and layouts. * @documentation https://webawesome.com/docs/components/divider * @status stable * @since 2.0 * * @cssproperty --color - The color of the divider. * @cssproperty --width - The width of the divider. * @cssproperty --spacing - The spacing of the divider. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;