import { ExtractPropTypes } from "vue";
export declare const transferProps: Record<string, any>;
export type TransferProps = ExtractPropTypes<typeof transferProps>;
export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
