import * as React from "react"; import { BoxProps } from "../Box"; declare const KeyboardKey: React.FC; export default KeyboardKey;