import { FC } from 'react'; interface WidgetProps { root: HTMLElement; startDate: Date; postViewerPortalId?: string; } declare const Widget: FC; export default Widget;