import { useTheme } from '@mui/material'; interface IStrategySeparatorProps { text: string; } export const StrategySeparator = ({ text }: IStrategySeparatorProps) => { const theme = useTheme(); return (