import { BoxProps } from '../Box'; export type KeyProps = BoxProps<"kbd">; declare const Key: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Key; //# sourceMappingURL=Key.d.ts.map