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