import { EmptyProps as UnStyledEmptyProps } from '@sheinx/base';
/**
 * @title Empty
 */
export type EmptyProps = Omit<UnStyledEmptyProps, 'jssStyle'>;
