type InlineConfirmContextType = {
    confirmingId: string;
    setConfirmingId: (id: string) => void;
    clearConfirm: () => void;
};
export declare const InlineConfirmProvider: ({ children, value }: {
    value: InlineConfirmContextType;
    children: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element, useInlineConfirm: () => InlineConfirmContextType;
export {};
//# sourceMappingURL=InlineConfirmContext.d.ts.map