import SgdsElement from "../../base/sgds-element"; /** * * @summary Tables of contents provide a page overview and direct access to specific sections. * * @slot default - The slot for the header * @slot contents - The slot for the contents */ export declare class SgdsTableOfContents extends SgdsElement { static styles: import("lit").CSSResult[]; render(): import("lit").TemplateResult<1>; } export default SgdsTableOfContents;