import { KlashaOptionsProps } from './types';
export default function useKlashaPayment(options: KlashaOptionsProps): (callBack?: Function) => void;
