import { ElementType, HTMLHopeProps, SinglePartComponentStyleConfig } from "../types"; export declare type KbdStyleConfig = SinglePartComponentStyleConfig; export declare type KbdProps = HTMLHopeProps; /** * Semantic component to render a keyboard shortcut within an application. */ export declare function Kbd(props: KbdProps): import("solid-js").JSX.Element; export declare namespace Kbd { var toString: () => string; } //# sourceMappingURL=kbd.d.ts.map