import type React from 'react'; import type { SystemControlsUnstyledProps } from './SystemControlsUnstyled.js'; /** Styled root for system controls with WindowShade and Left layout variants. */ declare const SystemControlsRoot: React.FC; export { SystemControlsRoot }; //# sourceMappingURL=SystemControlsRoot.d.ts.map