import { STypes } from '../../types'; export declare const renderCollections: (collections: STypes.CollectionOptions.Children, pIndent: number) => string | null; export declare const renderCollectionGroups: (collections: STypes.CollectionOptions.Children, pIndent: number) => string | null;