import { ISupportedTopLevelComponent } from "./types"; /** * Set of supported top level components */ export declare const supportedTopLevelComponentTypes: ISupportedTopLevelComponent[];