import { CSSProperties, ReactNode } from 'react' export interface IOverflow { children: ReactNode style?: CSSProperties className?: string; }