/// import { SeparatorProps as ReakitSeparatorProps } from 'reakit'; import { BoxProps } from '../Box'; export declare type LocalDividerProps = {}; export declare type DividerProps = BoxProps & ReakitSeparatorProps & LocalDividerProps; export declare const Divider: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };