import { MainAttributeProps } from '../types'; export declare const useInstallments: (mainAttribute: MainAttributeProps) => { installment: any; hasInstallment: boolean; };