/// import type { IconType } from "./Icon/types"; declare function Sms(props: IconType): JSX.Element; export default Sms;