import { type SectionElementResult } from '../store/Section'; interface KeyValuesProps extends SectionElementResult { expandKey?: string; level: number; } export declare const KeyValues: { (props: KeyValuesProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; interface KayNameProps extends Omit, 'level'> { } export declare const KayName: { (props: KayNameProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const KeyValuesItem: { (props: KeyValuesProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export {};