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