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