import { ExtractPropTypes } from 'vue';
export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
export declare const eventHandlerResolver: import('../../../dynamic-resolver').EventHandlerResolver;
export declare const sectionDesignProps: Record<string, any> & {
    componentId: {
        type: StringConstructor;
        default: string;
    };
    headerTitleHtml: {
        type: StringConstructor;
        default: string;
    };
    headerHtml: {
        type: StringConstructor;
        default: string;
    };
    headerContentHtml: {
        type: StringConstructor;
        default: string;
    };
    toolbarHtml: {
        type: StringConstructor;
        default: string;
    };
};
export type SectionDesignProps = ExtractPropTypes<typeof sectionDesignProps>;
export declare const sectionToolbarPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
export declare const propsDesignResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
