import { GuidValue } from "../../models";
import "./styles/OmniaWPContainerSettings.css";
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
    opened: boolean;
    onClosed: () => void;
    onChange: (blockManifestId: GuidValue, elementName: string) => void;
}, never>, any, any, any>> & {
    propsDefinition: import("vue-tsx-support").PropsForOutside<{
        opened: boolean;
        onClosed: () => void;
        onChange: (blockManifestId: GuidValue, elementName: string) => void;
    }, never>;
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
    opened: boolean;
    onClosed: () => void;
    onChange: (blockManifestId: GuidValue, elementName: string) => void;
}, never>, any, any, any>> & {
    propsDefinition: import("vue-tsx-support").PropsForOutside<{
        opened: boolean;
        onClosed: () => void;
        onChange: (blockManifestId: GuidValue, elementName: string) => void;
    }, never>;
});
export default _default;
