import { MenuItem } from "../types"; import baseDictionary from "../dictionary"; export default function tableMenuItems(dictionary: typeof baseDictionary): MenuItem[]; //# sourceMappingURL=table.d.ts.map