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