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