/**
 * 计算因导航栏高度导致的调试器高度异常
 *
 * @param {Record<string, any>} [style]
 * @return {*}
 */
declare const useContainerStyle: (style?: Record<string, any>) => {
    contentType: import('vue').Ref<string, string>;
    customStyle: {
        [x: string]: any;
    };
    contentHeight: import('vue').Ref<number, number>;
};
export default useContainerStyle;
//# sourceMappingURL=useContainerStyle.d.ts.map