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