import { HTMLAttributes } from 'react'; export type DropdownDividerType = HTMLAttributes; declare const DropdownDivider: import("react").ForwardRefExoticComponent>; export default DropdownDivider;