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