import { SplineFragmentBaseDescription } from "./SplineFragmentBaseDescription";
import { Type } from "./type";
export declare class SplineAreaFragmentDescription extends SplineFragmentBaseDescription {
static $t: Type;
protected get_type(): string;
constructor();
}