/**
 * Toggle panel which uses the base toggle panel, adds a header and manage the
 * open / close state of the panel.
 *
 * @public
 */
declare const _default: import("vue").DefineComponent<{
    /** Animation component that will be used to animate the base-toggle-panel. */
    animation: {
        type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
        default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
    };
    /** Handles if the panel is open by default. */
    startCollapsed: BooleanConstructor;
    /** Class inherited by content element. */
    headerClass: StringConstructor;
}, {
    open: import("vue").Ref<boolean>;
    toggleOpen: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /** Animation component that will be used to animate the base-toggle-panel. */
    animation: {
        type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
        default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
    };
    /** Handles if the panel is open by default. */
    startCollapsed: BooleanConstructor;
    /** Class inherited by content element. */
    headerClass: StringConstructor;
}>>, {
    animation: string | Function | Record<string, any>;
    startCollapsed: boolean;
}, {}>;
export default _default;
//# sourceMappingURL=base-header-toggle-panel.vue?vue&type=script&lang.d.ts.map