import { DefaultAppBarProps } from "../core/DefaultAppBar";
/**
 * This component renders the main app bar of FireCMS.
 */
export declare function AppBar({ children, ...props }: {
    children?: React.ReactNode;
    className?: string;
    style?: React.CSSProperties;
} & DefaultAppBarProps): import("react/jsx-runtime").JSX.Element;
export declare namespace AppBar {
    var componentType: string;
}
