import * as react_jsx_runtime from 'react/jsx-runtime';
import { SeparatorProps } from 'react-aria-components';
interface DividerProps extends SeparatorProps {
}
declare function Divider(props: DividerProps): react_jsx_runtime.JSX.Element;
export { Divider, DividerProps };