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