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