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