import React from 'react'; import type { SystemControlsUnstyledProps } from './SystemControlsUnstyled.js'; /** Styled mobile system controls shell wrapping {@link SystemControlsRoot}. */ declare const SystemControls: React.FC; export { SystemControls }; //# sourceMappingURL=SystemControls.d.ts.map