import type { FC } from 'react'; import type { ForwardProps } from '@pega/cosmos-react-core'; import type { FeedPostBaseProps } from './Feed.types'; type FeedLikeButtonProps = Pick; declare const FeedLikeButton: FC; export default FeedLikeButton; //# sourceMappingURL=FeedLikeButton.d.ts.map