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