declare const _default: { switchTrack: { base: { backgroundColor: string; borderRadius: string; }; checked: { backgroundColor: string; }; disabled: { backgroundColor: string; }; 'focus-visible': { outlineColor: string; outlineStyle: string; outlineWidth: string; outlineOffset: string; safariOutlineStyle: string; }; 'checked:focus-visible': { backgroundColor: string; outlineColor: string; outlineStyle: string; outlineWidth: string; outlineOffset: string; safariOutlineStyle: string; }; 'checked:focus-visible:hover': { backgroundColor: string; outlineColor: string; outlineStyle: string; outlineWidth: string; outlineOffset: string; safariOutlineStyle: string; }; }; switchTrackIcon: { base: { iconColor: string; }; disabled: { iconColor: string; }; }; switchThumb: { base: { backgroundColor: string; borderRadius: string; iconColor: string; }; }; }; export default _default; //# sourceMappingURL=style-presets.d.ts.map