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