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