import { type Dispatch, type SetStateAction } from 'react';
export declare const useIsElementFullScreen: (element?: HTMLElement | null) => [boolean, Dispatch<SetStateAction<boolean>>];
