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