import TextXl from './TextXl';
import type { TextXlProps } from './TextXlTypes';
export { TextXl };
export type { TextXlProps };
