import { MenuItemProps } from '../components'; export declare const isPrintableKey: (key: string) => boolean; export declare const swapRtlArrowKey: (key: string, dir: string) => string; export declare const isValidItem: (item: MenuItemProps | undefined) => boolean;