import { ColorSchema } from "../../../shared/models";
declare const _default: {
    container: {
        fontSize: number;
    };
    editorItemStyle: {
        $nest: {
            "&:hover": {
                cursor: "pointer";
            };
        };
    };
    darkBg: {
        backgroundColor: "#1e1e1e";
    };
    darkBgContrast: {
        backgroundColor: "#1d2428";
    };
    monacoContainer: {
        height: string;
    };
    leftNavContainer: {
        backgroundColor: "#1e1e1e";
        height: string;
        width: number;
    };
    contentContainer: {
        backgroundColor: "#1e1e1e";
        position: "absolute";
        marginLeft: number;
        width: string;
        height: string;
    };
    panesWrapper: (splitterColor: any) => {
        $nest: {
            "& .splitpanes__splitter": {
                backgroundColor: string;
                borderLeft: string;
                width: string;
            };
        };
    };
    treeViewWrapper: (color: any, activeColor: ColorSchema) => {
        $nest: {
            "& .v-treeview-node__level": {
                width: string;
            };
            "& .v-treeview-node__toggle": {
                color: string;
            };
            "& .v-treeview-node--active": {
                background: string;
            };
            "& .v-treeview-node--active button": {
                color: string;
            };
            "& .v-treeview-node--active i": {
                color: string;
            };
            "& .v-treeview-node--active .v-treeview-node__label>div": {
                color: string;
            };
        };
    };
    treeItem: {
        $nest: {
            "&:hover .contextmenu": {
                display: "inline-block";
            };
        };
    };
    treeContextMenu: {
        display: "none";
        $nest: {
            "&:hover": {
                cursor: "pointer";
            };
        };
    };
    toolBarPosition: {
        marginLeft: string;
        marginRight: string;
    };
};
export default _default;
