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