import React from 'react';
import { DataTrackingTypeHTMLElement } from "../../../interfaces/types";
type _NormalTopicProps = {
    value: string;
    name: string;
    isBlock?: boolean;
    isMobile?: boolean;
} & DataTrackingTypeHTMLElement;
export declare const _NormalTopic: ({ value, name, ...rest }: _NormalTopicProps) => React.JSX.Element;
export {};
