/// type LikeWidgetProps = { siteName: string; pageId: string; }; export default function LikeWidget(props: LikeWidgetProps): JSX.Element; export {};