import TextMd from './TextMd';
import type { TextMdProps } from './TextMdTypes';
export { TextMd };
export type { TextMdProps };
