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