import { CompositionComponent as CC } from '../runtime'; import { SpaceLayerComposition } from '../spec'; export type SpaceLayerOptions = Omit; /** * @todo Propagate more options to children. */ export declare const SpaceLayer: CC;