import { type SymbolsElement } from '../store/Symbols'; import { type TagType, type TypesElement } from '../store/Types'; import { type SectionElement } from '../store/Section'; export declare function useSymbolsRender(currentProps: SymbolsElement, props: SymbolsElement, key: string): void; export declare function useTypesRender(currentProps: TypesElement, props: TypesElement, key: string): void; export declare function useSectionRender(currentProps: SectionElement, props: SectionElement, key: string): void;