import { TccKeypressService } from '../../services/tcc-keypress/tcc-keypress.service';
export declare class TccKeypressComponent {
    private keyPressService;
    constructor(keyPressService: TccKeypressService);
    execOption(event: KeyboardEvent): void;
}
