import type { IWebTableProps } from "../table/webTable"; export default function filterActionColumnByDevice(actionColumn: IWebTableProps['actionColumn'], device: IWebTableProps['device']): import("../component/webNextTableActionCell").IActionColumnItem[];