export declare const useOnWindowResize: (handler: {
    (): void;
}) => void;
