import { Shortcut } from '../../../../types';
export declare const getShortcutSettingsViewItems: (shortcut: Shortcut) => {
    name: string;
    values: string[];
};
