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