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