import { ReactNode } from "react"; export default interface WithChildren { children?: ReactNode; }