declare const _default: import("vue").DefineComponent<{
    /**
     * Indicates whether this view has details on the page header.
     */
    hasDetails: BooleanConstructor;
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Indicates whether this view has details on the page header.
     */
    hasDetails: BooleanConstructor;
}>>, {
    hasDetails: boolean;
}, {}>;
export default _default;
