import * as React from "react";
import { BoxProps } from "@mui/material/Box";
export interface AccountPopoverFooterProps extends BoxProps {
    children?: React.ReactNode;
}
export declare function AccountPopoverFooter(props: AccountPopoverFooterProps): import("react/jsx-runtime").JSX.Element;
