import '../../style/style.css';
export declare const ViewActionInitiationsContent: () => import("react/jsx-runtime").JSX.Element;
export declare function WithdrawActionProvider(): any;
export declare function useWithdrawAction(): {
    run(): void;
};
export declare function ActionBarProvider(props: any): any;
export declare function useContextApprovalStatus(): number;
export declare function ContextInitiationsApprovalStatusProvider(props: any): import("react/jsx-runtime").JSX.Element;
