import React from "react"; export interface TopBarLayoutProps { fixed?: boolean; className?: string; } export declare const Layout: ((props: TopBarLayoutProps) => React.JSX.Element) & { original: (props: TopBarLayoutProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: TopBarLayoutProps) => React.JSX.Element) & { original: (props: TopBarLayoutProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: TopBarLayoutProps) => React.JSX.Element) & { original: (props: TopBarLayoutProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; };