import { CSSProperties } from 'react'; export interface IEmptyState { label?: string, className?: string, style?: CSSProperties children?: React.ReactNode }