import React from 'react'; import type { Post } from '../api'; type Props = Post; export declare const Card: ({ title, body, id }: Props) => React.JSX.Element; export {}; //# sourceMappingURL=card.d.ts.map