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