import { TextProps } from './types'; export const Text = (props: TextProps) => null;