import type { ScreenOrientationPlugin } from './definitions';
declare const ScreenOrientation: ScreenOrientationPlugin;
export * from './definitions';
export { ScreenOrientation };
