export declare enum DocsSectionType { /** Section without any extra containers of behaviors */ plain = "Plain", /** Section with tabs containers */ tabs = "Tabs" }