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