import DisplayXl from './DisplayXl';
import type { DisplayXlProps } from './DisplayXlTypes';
export { DisplayXl };
export type { DisplayXlProps };
