import { WithStatus, hasStatus } from '../models/resource'; declare const _default: { when: typeof hasStatus; badge: (resource: WithStatus) => { title: string; css: string; }; }; /** * Display the status of status-bearing resources * */ export default _default;