export default function Process({ service, params, price }: {
    service: any;
    params: any;
    price: any;
}): JSX.Element;