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