declare const OutlineMaterialImpl: typeof import('three').ShaderMaterial & {
    key: string;
};
export default OutlineMaterialImpl;
