import { types } from "typestyle";
export declare const AppManagementStyles: {
    container: (colorBg: string, isStandalone: boolean) => types.NestedCSSProperties;
    body: (headerVisibility: boolean, compensationHeight: number) => types.NestedCSSProperties;
};
