import type { HeadingLevel } from '../../schema'; import type { Generic } from 'adopted-style-sheets'; export declare const watchHeadingLevel: (component: Generic.Element.Component, value?: HeadingLevel) => void;