/** @packageDocumentation * @module WidgetPanels */ import * as React from "react"; /** Main app content (i.e. viewport) that will change bounds based on panel pinned settings. * @internal */ export declare function AppContent(): JSX.Element; /** @internal */ export declare function usePanelsAutoCollapse(): React.Ref; //# sourceMappingURL=AppContent.d.ts.map