import { ElementHandlerTable } from '../destination';
import { BodyDestinationBase } from './body-destination-base';
export declare class BodyDestination extends BodyDestinationBase {
    static handlerTable: ElementHandlerTable;
    protected get elementHandlerTable(): ElementHandlerTable;
}
