/** * Switch 类名定义 - 对应 MUI switchClasses.js * 100% 一比一复刻 */ export interface SwitchClasses { root: string; edgeStart: string; edgeEnd: string; switchBase: string; colorPrimary: string; colorSecondary: string; colorError: string; colorInfo: string; colorSuccess: string; colorWarning: string; sizeSmall: string; sizeMedium: string; checked: string; disabled: string; input: string; thumb: string; track: string; } export declare function getSwitchUtilityClass(slot: string): string; declare const switchClasses: SwitchClasses; export default switchClasses; //# sourceMappingURL=switchClasses.d.ts.map