export declare function UserStoryCard({ title, body, outcome, }: { title: string; body?: string; outcome?: string; }): import("react/jsx-runtime").JSX.Element;