import { hasSlotContent } from '../../common/utils';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    title: {
        type: StringConstructor;
        default: string;
    };
    titleId: {
        type: StringConstructor;
        default: undefined;
    };
    contentId: {
        type: StringConstructor;
        default: undefined;
    };
}>, {}, {
    hasSlotContent: typeof hasSlotContent;
}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    title: {
        type: StringConstructor;
        default: string;
    };
    titleId: {
        type: StringConstructor;
        default: undefined;
    };
    contentId: {
        type: StringConstructor;
        default: undefined;
    };
}>> & Readonly<{}>, {
    title: string;
    titleId: string;
    contentId: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=notice_content.vue.d.ts.map