import FreeText from './FreeText';
import type { FreeTextProps } from './FreeText.types';
export { FreeText };
export type { FreeTextProps };
