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