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