import { Instance } from "../instance-provider/instance"; import { ILayerConstructable, ILayerProps, LayerInitializer } from "../surface/layer"; /** * Used for reactive layer generation and updates. */ export declare function createLayer>(layerClass: ILayerConstructable & { defaultProps: U; }, props: Omit & Partial>): LayerInitializer;