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