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