import React from 'react';
export declare const createInlineOverlayComponent: <PropType, ElementType>(tagName: string, defineCustomElement?: () => void, hasDelegateHost?: boolean) => React.ForwardRefExoticComponent<React.PropsWithoutRef<React.PropsWithoutRef<import("./utils").IonicReactExternalProps<PropType, ElementType>>> & React.RefAttributes<ElementType>>;
