import { type HTMLStyleProps } from '@innet/dom'; export interface IframeProps extends HTMLStyleProps { height?: number | 'auto'; } export declare function Browser({ height, ...props }?: IframeProps): any;