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