import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const SmsSearchIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default SmsSearchIcon;