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