import type { DTRSettings } from '../types'; export declare const useDTRModal: () => { inputs: DTRSettings; handleAdd: () => void; handleChange: (name: keyof DTRSettings, value: string) => void; handleClose: () => void; };