import { Component } from '../Core';
export declare class RemoveBackground extends Component {
    name: string;
    path: string;
    /**
     * Hide beatmap background.
     * @param path relative path to beatmap background.
     */
    constructor(path: string);
    generate(): void;
}
