export declare const activeCls: string; export declare const settingCls: (position: "top" | "bottom") => string; export declare const panelCls: string; export declare const subPanelCls: string; export declare const yesIcon: string; export declare const nextIcon: string; export declare const backIcon: string; export declare const switcherCls: string; export declare const switcherContainer: string; export declare const nextLabelText: string; export declare const settingItemCls: string; export declare const settingItemLeft: string; export declare const settingItemRight: string; export declare const backRow: string; export declare const sliderCls: string; //# sourceMappingURL=Setting.style.d.ts.map