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