import React from "react"; import { ElementProps as BaseElementProps } from "../Element"; import { ElementsProps as BaseElementsProps } from "../Elements"; export type ElementProps = Omit; export type ActionProps = Omit; export type DropdownActionProps = Omit; export type ElementsProps = Omit; export declare const TopBar: (() => React.JSX.Element) & { Element: ((props: ElementProps) => React.JSX.Element) & { original: (props: ElementProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: ElementProps) => React.JSX.Element) & { original: (props: ElementProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: ElementProps) => React.JSX.Element) & { original: (props: ElementProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; Elements: ((props: ElementsProps) => React.JSX.Element) & { original: (props: ElementsProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: ElementsProps) => React.JSX.Element) & { original: (props: ElementsProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: ElementsProps) => React.JSX.Element) & { original: (props: ElementsProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; Layout: ((props: import("./Layout").TopBarLayoutProps) => React.JSX.Element) & { original: (props: import("./Layout").TopBarLayoutProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: import("./Layout").TopBarLayoutProps) => React.JSX.Element) & { original: (props: import("./Layout").TopBarLayoutProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("./Layout").TopBarLayoutProps) => React.JSX.Element) & { original: (props: import("./Layout").TopBarLayoutProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; Divider: (() => React.JSX.Element) & { original: () => React.JSX.Element; originalName: string; displayName: string; } & { original: (() => React.JSX.Element) & { original: () => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<(() => React.JSX.Element) & { original: () => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; Action: ((props: ActionProps) => React.JSX.Element) & { original: (props: ActionProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: ActionProps) => React.JSX.Element) & { original: (props: ActionProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: ActionProps) => React.JSX.Element) & { original: (props: ActionProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; DropdownAction: ((props: DropdownActionProps) => React.JSX.Element) & { original: (props: DropdownActionProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: DropdownActionProps) => React.JSX.Element) & { original: (props: DropdownActionProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: DropdownActionProps) => React.JSX.Element) & { original: (props: DropdownActionProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; } & { MenuItem: (props: import("./MenuItem").MenuItemProps) => React.JSX.Element; }; };