import React from 'react'; export declare const calculateTotalPrice: (data: any) => number; declare const useQuotation: (state: any, dispatch: any) => { dom: React.JSX.Element; }; export default useQuotation;