import * as React from 'react'; import { MenuSeparatorProps as ReakitMenuSeparatorProps } from 'reakit'; import { BoxProps } from '../Box'; export declare type LocalDropdownMenuDividerProps = {}; export declare type DropdownMenuDividerProps = BoxProps & ReakitMenuSeparatorProps & LocalDropdownMenuDividerProps; export declare const DropdownMenuDivider: React.ForwardRefExoticComponent & React.RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };