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