import React, { PropsWithChildren } from 'react';
export declare const SwipeRowContext: React.Context<{
    id?: string | number | undefined;
    changeState: (id: string | number) => void;
    multiple?: boolean | undefined;
}>;
export declare const SwipeRowContextProvider: ({ children, multiple, }: React.PropsWithChildren<{
    /** 是否允许多开 */
    multiple?: boolean | undefined;
}>) => JSX.Element;
//# sourceMappingURL=context.d.ts.map