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