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