import type { SVGProps } from "react"; export interface InboxContentIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function InboxContentIcon({ className, size, color, ...props }: InboxContentIconProps): import("react").JSX.Element; //# sourceMappingURL=inbox-content-icon.d.ts.map