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