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