import React from 'react';
import type { IonicReactProps } from './IonicReactProps';
export declare const IonPage: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<unknown>, "style" | "placeholder"> & IonicReactProps & React.RefAttributes<unknown>>;
