import { ExtractPropTypes } from 'vue';
export declare const wrapperProps: {
    [x: string]: any;
};
export declare const wrapperEmits: {};
export type WrapperProps = ExtractPropTypes<typeof wrapperProps>;
export type WrapperPropsKey = keyof WrapperProps;
export type WrapperEmits = typeof wrapperEmits;
