declare const commandMenuLocalization: { instructions: string; inputLabel: string; footerArrowKeys: string; footerEnterKey: string; footerEscapeKey: string; footerBackspaceKey: string; noResults: (searchTerm: string) => string; tip: string; placeholder: string; }; export default commandMenuLocalization;