/** * Scheduled Actions Table Component * Clean, readable table design with improved spacing */ import type { ScheduledAction } from '../../../lib/scheduled-actions/types'; interface ActionsTableProps { actions: ScheduledAction[]; } export declare function ActionsTable({ actions }: ActionsTableProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=actions-table.d.ts.map