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