/** * This is a generated file. Do not modify it manually. * * @script packages/icon/scripts/prebuild/index.ts * @checksum 4ccf39e2832b7958413f5dcf1e8b92d9 */ import * as React from "react"; import { LGGlyph } from '../types'; export interface EmailProps extends LGGlyph.ComponentProps { } declare const Email: { ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: EmailProps): React.JSX.Element; displayName: string; isGlyph: boolean; }; export default Email; //# sourceMappingURL=Email.d.ts.map