import { ExtractPropTypes } from 'vue';
export declare const mapOptions: {
    ns: any;
    class: any;
    name: any;
};
export declare const mapName: any;
export declare const mapProps: {
    location: StringConstructor;
};
export declare const mapEmits: any[];
export type MapProps = ExtractPropTypes<typeof mapProps>;
export type MapPropsKey = keyof MapProps;
export type MapEmits = typeof mapEmits;
