import { LayoutItem, LayoutItemRegistration } from "@omnia/fx-models";
declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<{
    visible: boolean;
    closeEvent: () => void;
    selectBlockEvent: (item: LayoutItemRegistration) => void;
    container: LayoutItem;
    filterValidBlock: (item: LayoutItemRegistration) => boolean;
    siblingId: string;
    postInsert: boolean;
    blockDialogLayoutType: string;
}, "visible" | "closeEvent" | "selectBlockEvent">, any, any, any>;
export default _default;
