import { ModalDFProps } from '../types'; export declare const getDefault: (fullScreenExternal: ModalDFProps['fullScreen']) => boolean | null; export declare const useFullScreened: (fullScreenExternal: ModalDFProps['fullScreen'], opened: boolean | undefined) => { fullScreened: boolean | null; toggleFullScreen: () => void; };