/// import { RequestModel } from "../../services/request.service"; declare type Props = { request: RequestModel; onApprove: () => void; }; export default function Wait({ request, onApprove }: Props): JSX.Element; export {};