import FitScreen from './components/FitScreen';
declare const installFitScreen: (app: any) => any;
export { FitScreen as default, installFitScreen as install };
