import type { LayerProps, LayerType } from './types'; export declare const Layer: (props: LayerProps) => null;