import { StaticDecalMaterial } from '../../webgl/static-decal-material';
/**
 * Class for the 3D model of K.I.T.T. Needed because of custom coloring.
 */
export declare class FelineMaterial extends StaticDecalMaterial {
    constructor();
}
//# sourceMappingURL=feline-material.d.ts.map