import React from 'react'; export declare const ModalContext: React.Context<{ handleClose: any; contentSize: any; initialFocusRef: React.RefObject | undefined; finalFocusRef: React.RefObject | undefined; visible: boolean; }>;