import { BlockToolType } from '../BlockToolType';
import { Solid } from '../Solid';
export default class RedGlazedTerracotta extends Solid {
    constructor();
    getToolType(): BlockToolType[];
}
//# sourceMappingURL=RedGlazedTerracotta.d.ts.map