/** Core */ import { CoreComponent } from "cmf.core/src/core"; /** * @whatItDoes * Panels menu * * @howToUse * This component is used with the inputs and outputs mentioned below. * * ### Example * To use the component, assume this HTML Template as an example: * * ```HTML * * * ... (Content) * * ... * * ``` * */ export declare class CollapsiblePanelsMenu extends CoreComponent { constructor(); } export declare class CollapsiblePanelsMenuModule { }