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