export declare const DROP_ZONE_BASE_ATTRIBUTES: {
    'aria-dropeffect': DataTransfer["dropEffect"];
    tabIndex: number;
    role: string;
};
