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