import { ExtractPropTypes } from "vue";
export declare const responseLayoutItemProps: Record<string, any>;
export type ResponseLayoutItemPropsType = ExtractPropTypes<typeof responseLayoutItemProps>;
export declare const responseLayoutItemPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
export declare const responseLayoutItemPropsResolverGenerator: (registerContext: import("../../..").RegisterContext) => (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
