import * as React from 'react'; interface ILayerProps { type: string; handler: (...args: any[]) => void; } export declare const LayerEvent: React.MemoExoticComponent<(props: ILayerProps) => null>; export {};