/** @packageDocumentation * @module WidgetPanels */ import "./SectionOutline.scss"; import * as React from "react"; import type { CommonProps } from "@itwin/core-react"; /** @internal */ export interface SectionOutlineProps extends CommonProps { sectionIndex: 0 | 1; } /** @internal */ export declare function SectionOutline(props: SectionOutlineProps): React.JSX.Element; //# sourceMappingURL=SectionOutline.d.ts.map