import DisplayLg from './DisplayLg';
import type { DisplayLgProps } from './DisplayLgTypes';
export { DisplayLg };
export type { DisplayLgProps };
