type FN = (resp: any) => void; type Return = { readonly remove: () => void; }; declare let RNScreenshotPrevent: any; export declare const usePreventScreenshot: () => void; export declare const useDisableSecureView: (imagePath?: string) => void; export declare const enabled: (enabled: boolean) => void; export declare const enableSecureView: (imagePath?: string) => void; export declare const disableSecureView: () => void; export declare const addListener: (fn: FN) => Return; export default RNScreenshotPrevent;