import { AppContext } from '../../../appContext'; export declare function createShowMenus({ store }: AppContext): { checked: boolean; name: string; onClick: () => void; }[];