import { FC } from "react"; export declare const OnWindowResize: FC<{ children: Function; }>;