import { TRightContentProps } from './types'; export declare const RightContent: ({ onClear, currentCount, maxCount, showClearButton, }: TRightContentProps) => import("react/jsx-runtime").JSX.Element;