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