import { type TagType } from '../store/Types'; import { type SectionElement, type SectionElementProps } from '../store/Section'; export declare const CountInfo: { (props: SectionElement): null; displayName: string; }; export interface CountInfoCompProps { value?: T; keyName: string | number; } export declare const CountInfoComp: { (props: SectionElementProps & CountInfoCompProps & React.HTMLAttributes): string | number | true | Iterable | import("react/jsx-runtime").JSX.Element | null; displayName: string; };