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