interface HotKeysProps {
    hotkey?: string;
    description?: string;
}
declare const _default: ({ hotkey, description }: HotKeysProps) => import("preact/jsx-runtime").JSX.Element;
export default _default;
