import * as React from 'react';
import { LayerMaterial as LayerMaterialType } from '../../vanilla';
export declare const LaminaDebugger: React.ForwardRefExoticComponent<{
    children?: React.ReactNode;
} & React.RefAttributes<LayerMaterialType>>;
