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