import AwardedBestAnswerNotification from './AwardedBestAnswerNotification';
import BestAnswerBadge from './BestAnswerBadge';
import BestAnswerFooterPreview from './BestAnswerFooterPreview';
import BestAnswerInDiscussionNotification from './BestAnswerInDiscussionNotification';
import SelectBestAnswerItem from './SelectBestAnswerItem';
import SelectBestAnswerNotification from './SelectBestAnswerNotification';
import SolutionSearchItem from './SolutionSearchItem';
import SolutionSearchSource from './SolutionSearchSource';
import SolvedFilter from './SolvedFilter';
export declare const components: {
    SelectBestAnswerItem: typeof SelectBestAnswerItem;
    SolutionSearchSource: typeof SolutionSearchSource;
    BestAnswerFooterPreview: typeof BestAnswerFooterPreview;
    AwardedBestAnswerNotification: typeof AwardedBestAnswerNotification;
    BestAnswerBadge: typeof BestAnswerBadge;
    BestAnswerInDiscussionNotification: typeof BestAnswerInDiscussionNotification;
    SelectBestAnswerNotification: typeof SelectBestAnswerNotification;
    SolutionSearchItem: typeof SolutionSearchItem;
    SolvedFilter: typeof SolvedFilter;
};
