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