import * as react_jsx_runtime156 from "react/jsx-runtime"; //#region ui/usecases/UserStoryCard.d.ts declare function UserStoryCard({ title, body, outcome }: { title: string; body?: string; outcome?: string; }): react_jsx_runtime156.JSX.Element; //#endregion export { UserStoryCard }; //# sourceMappingURL=UserStoryCard.d.ts.map