IFrame: DefineComponent<{
    debounce: {
        default: number;
        type: NumberConstructor;
    };
    globalStyle: {
        default: boolean;
        type: BooleanConstructor;
    };
    html: StringConstructor;
    iframeProps: PropType<IframeHTMLAttributes>;
    onLoad: PropType<((iframe: HTMLIFrameElement) => void)>;
    triggerParentKeyBoardEvent: {
        default: boolean;
        type: BooleanConstructor;
    };
}, (() => null | VNode<RendererNode, RendererElement, {
    [key: string]: any;
}>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
    debounce: {
        default: number;
        type: NumberConstructor;
    };
    globalStyle: {
        default: boolean;
        type: BooleanConstructor;
    };
    html: StringConstructor;
    iframeProps: PropType<IframeHTMLAttributes>;
    onLoad: PropType<((iframe: HTMLIFrameElement) => void)>;
    triggerParentKeyBoardEvent: {
        default: boolean;
        type: BooleanConstructor;
    };
}>>, {
    debounce: number;
    globalStyle: boolean;
    triggerParentKeyBoardEvent: boolean;
}, {}> = ...