import { ReactNode } from "react"; export interface SizeChangerProps { left: ReactNode; right: ReactNode; }