/**
 * @author WMXPY
 * @namespace Static
 * @description Content Only
 */
import { ImbricateAuthor } from "../../author/definition";
import { IMBRICATE_STATIC_FEATURE } from "../feature";
import { ImbricateStaticFullFeatureBase } from "./full-feature";
export declare abstract class ImbricateStaticContentOnlyBase extends ImbricateStaticFullFeatureBase {
    readonly supportedFeatures: IMBRICATE_STATIC_FEATURE[];
    get author(): ImbricateAuthor;
}
