export declare function WithdrawActionProvider({ children }: {
    children: any;
}): any;
