import TextXs from './TextXs';
import type { TextXsProps } from './TextXsTypes';
export { TextXs };
export type { TextXsProps };
