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