import * as react_jsx_runtime from 'react/jsx-runtime'; import { ElementType } from 'react'; import { DividerProps } from './types.js'; declare const Divider: { (inProps: DividerProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Divider };