import { AdvancedBeautyPanelLevel, AdvancedBeautyType } from '../../type';
export declare const beautyPanelConfig: Map<AdvancedBeautyPanelLevel, Map<AdvancedBeautyType, any>>;
