import { ForwardRefExoticComponent } from 'react';
import { IframeHTMLAttributes } from 'react';
import { RefAttributes } from 'react';
import { Settings } from '@open-iframe-resizer/core';

export declare const IframeResizer: ForwardRefExoticComponent<Props & RefAttributes<HTMLIFrameElement>>;

declare interface Props extends IframeHTMLAttributes<HTMLIFrameElement>, Partial<Settings> {
}

export { }
