export declare class LogoParameter {
    private _keyCode;
    get keyCode(): string;
    constructor(keyCode: string);
}
