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