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