import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const FullscreenIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link FullscreenIcon} instead.
 */
export declare const Fullscreen: typeof FullscreenIcon;
export default FullscreenIcon;
