export declare function RateAnswer({ articleId }: {
    articleId?: string;
}): import("react/jsx-runtime").JSX.Element;
