//#region editors/components/StatusPill.d.ts interface StatusPillProps { status: "draft" | "confirmed"; label: string; } declare const StatusPill: React.FC; //#endregion export { StatusPill, StatusPillProps }; //# sourceMappingURL=index.d.ts.map