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