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