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