import type { ReactNode } from 'react'; export interface TouchSliderProps { /** Прокручиваемое содержимое. */ children?: ReactNode; }