export declare const isTypeAllowed: (allowedTypes: readonly string[] | undefined, type: string) => boolean | undefined; export declare const stringToTypes: (s: string | undefined, delimiter?: string) => string[]; export declare const draggedElement: () => Element | null; export declare const init: () => void;