import { ExtractPropTypes } from "vue";
export declare const fieldsetProps: Record<string, any>;
export type FieldsetProps = ExtractPropTypes<typeof fieldsetProps>;
export declare const fieldsetDesignerProps: Record<string, any> & {
    componentId: {
        type: StringConstructor;
        default: string;
    };
};
export type FieldsetDesignerProps = ExtractPropTypes<typeof fieldsetDesignerProps>;
export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
export declare const propsResolverGenerator: (registerContext: import("../..").RegisterContext) => (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
