export default function getIcons(props: any, slots?: any): {
    clearIcon: any;
    suffixIcon: any;
    itemIcon: any;
    removeIcon: any;
};
