import { PropType } from 'vue'; export declare const props: { effectAllowed: { type: PropType<"link" | "all" | "none" | "copy" | "copyLink" | "copyMove" | "linkMove" | "move" | "uninitialized">; default: string; }; data: { type: StringConstructor; default: string; }; custom: { type: BooleanConstructor; default: boolean; }; };