import { DocsSectionMetadata } from './types'; import * as i0 from "@angular/core"; /** * val-docs-section * * A semantic section wrapper for documentation pages. * Automatically creates headings with IDs for TOC linking. * * @example Basic usage * ```html * *

Install the package using npm...

* *
* ``` * * @example With level 3 heading * ```html * * * * ``` */ export declare class DocsSectionComponent { props: DocsSectionMetadata; get level(): 2 | 3; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }