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