export declare function ShortcutRecorder({ value, onChange, }: {
    value: string[] | null;
    onChange: (value: string | null) => void;
}): import("react/jsx-runtime").JSX.Element;
export declare const SHORTCUT_RECORDER_STYLES: string;
