import { ElementDestination, ElementHandlerTable } from '../destination';
export declare class DocumentDestination extends ElementDestination {
    private static handlerTable;
    protected get elementHandlerTable(): ElementHandlerTable;
}
