import { ReactNode, } from 'react'; export interface IRendersPlaceholder { readonly placeholder: ReactNode; }