/// import type { CB_TEXT_PROPERTIES_TYPE, IndexForIntersection } from '../../../../util/types'; type Props = CB_TEXT_PROPERTIES_TYPE & IndexForIntersection; declare function Text(props: Props): JSX.Element; export default Text;