import { IWebComponentInstance } from "@omnia/fx";
import { BlockRenderingModes } from "../../models";
import { IRollupEmpty } from "./IRollupEmpty";
import { VueComponentBase } from "..";
export declare class RollupEmpty extends VueComponentBase<IRollupEmpty> implements IWebComponentInstance, IRollupEmpty {
    text?: string;
    renderingMode?: BlockRenderingModes;
    private omniaLoc;
    private blockPlaceholder?;
    created(): void;
    beforeDestroy(): void;
    mounted(): void;
    init(): void;
    render(h: any): VueTsxSupport.JSX.Element;
}
