export declare const useApplicationHeaderOverModals: (elevate: boolean, className: string) => void;
/**
 * Tracks drag operations over the application.
 * Sets different data attributes to the body element.
 * They can be used to apply styling rules.
 */
export declare const useDropzoneMonitor: (enabledTypes: string[]) => void;
