import { type PropsWithChildren } from 'react'; import { type TagType } from '../store/Types'; import { type SectionElement } from '../store/Section'; import { type SectionElementResult } from '../store/Section'; export declare const KeyName: { (props: SectionElement): null; displayName: string; }; export interface KeyNameCompProps extends React.HTMLAttributes, SectionElementResult { } export declare const KeyNameComp: { (props: PropsWithChildren>): string | number | true | Iterable | import("react/jsx-runtime").JSX.Element; displayName: string; };