/// import { ActionProps } from '../action'; export interface LandManagementActionsProps { actions: ActionProps[]; } export default function LandManagementActions({ actions, }: LandManagementActionsProps): JSX.Element;