import { AnyFunc, NormalObject } from '@vunk/core'; import { PropType } from 'vue'; export declare const props: { data: { type: PropType; required: boolean; }; type: { type: PropType<"class" | "style">; default: string; }; target: { type: PropType; default: (e: any) => any; }; }; export declare const emits: {};