import { AppBarWrapperProps } from './AppBarWrapper';

export declare const appBarDef: {
    type: "AppBar";
    props: {};
    icon: string;
    category: "surface";
    schema: import('../..').ExtendedObjectSchemaType;
    component: (props: AppBarWrapperProps) => import("react/jsx-runtime").JSX.Element;
};
