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