import React from "react";
declare const YhwDelayedViewRN: ({ style, delay, children }: any) => React.JSX.Element | null;
export default YhwDelayedViewRN;
