import type { ZoneData } from '../hooks/useMapZones.js'; interface ActionsColumnProps { rowData: ZoneData; rowSpanTags: any; showKind: boolean; showDeleteAction: boolean; showEditAction: boolean; showZoomAction: boolean; } declare function ActionsColumn({ rowData, rowSpanTags, showKind, showDeleteAction, showEditAction, showZoomAction, }: ActionsColumnProps): import("react/jsx-runtime").JSX.Element; export default ActionsColumn; //# sourceMappingURL=ActionsColumn.d.ts.map