import { LayerProps } from '../common/types';
declare const Layer: {
    ({ type, opts }: LayerProps): null;
    displayName: string;
};
export default Layer;
