import React from 'react';
export declare const createRoutingComponent: <PropType, ElementType>(tagName: string, customElement?: any) => React.ForwardRefExoticComponent<React.PropsWithoutRef<React.PropsWithoutRef<import("./utils").IonicReactExternalProps<PropType, ElementType>>> & React.RefAttributes<ElementType>>;
