import { Action, hasCode } from '../models/resource'; declare const _default: { when: typeof hasCode; mode: { mode: string; label: string; kind: "drilldown"; command: (_: any, resource: Action) => string; }; }; /** * An Edit button * */ export default _default;