export type ForumPageProps = {
    forumId: string;
    limit: number;
    onClickLink: (threadId: string) => void;
};
export declare function ForumPage({ forumId, limit, onClickLink }: ForumPageProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ForumPage.d.ts.map