import TextLg from './TextLg';
import type { TextLgProps } from './TextLgTypes';
export { TextLg };
export type { TextLgProps };
