import { Color } from "@omnia/fx-models";
import "../action_toolbar/ActionToolbar.css";
export declare const EditorChromeStyles: {
    mobileViewWrapper: string;
    containerWrapper: string;
    container: string;
    editorRow: string;
    editorCanvas: string;
    debugPanel: string;
    panelRightActions: string;
    panelTopActions: string;
    panelDevices: string;
    leftActions: string;
    panelSwitcher: string;
    compensateDrawerLeft: string;
    compensateDrawerLeftSplitPane: string;
    compensateDrawerRight: string;
    fullScreen: string;
    drawerRight: {
        closeButton: string;
    };
    notificationInEditor: string;
    contentnavigation: (background: Color) => string;
    vList: (background: Color) => string;
    tabs: {
        position: string;
        fixedPosition: string;
    };
    title: (panelWidth: number) => string;
    panelToolbar: string;
    topToolbar: string;
};
export declare const LayoutEditorChromeStyles: {
    container: (maxHeight: number | string, hideAppBar: boolean) => string;
    paddingBot: string;
};
