import type { JSX } from 'react'; /** * Renders an icon that represents the exit fullscreen action * * @private */ export declare function ExitFullscreenIcon(): JSX.Element;