import { ElementHandlerTable } from '../../../destination';
import { ParagraphPropertiesBaseDestination } from '../../../paragraph-properties/paragraph-properties-base-destination';
export declare class InnerDefaultParagraphPropertiesDestination extends ParagraphPropertiesBaseDestination {
    protected get elementHandlerTable(): ElementHandlerTable;
    get numberingId(): number;
    set numberingId(_value: number);
    get listLevelIndex(): number;
    set listLevelIndex(_value: number);
}
