import React from 'react'; import { FooterActionsProps } from './FooterActions.types'; export declare const FooterActions: { (props: FooterActionsProps): import("react/jsx-runtime").JSX.Element; Left: (_props: React.PropsWithChildren) => null; Right: (_props: React.PropsWithChildren) => null; }; export default FooterActions;