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