import { Kasko } from './Kasko'; import { Osago } from './Osago'; const id = 'elt'; const title = 'ЭЛТ'; function ELT() { return ( <> > ); } export default { Component: ELT, id, title, };