import { default as Text } from './Text';
import { Props } from './Text.types';
import * as CONSTANTS from './Text.constants';

export { CONSTANTS as TEXT_CONSTANTS };

export type TextProps = Props;

export default Text;
