import { ReactNode } from 'react' export interface ICoreProps { children: ReactNode | ReactNode[] }