import { IconCompProps as UiIconCompProps } from '@sheinx/base';
export type IconCompProps = Omit<UiIconCompProps, 'jssStyle'>;
