import { RunPropertiesBaseDestination } from '../../../character-properties/run-properties-base-destination';
import { ElementHandlerTable } from '../../../destination';
export declare class InnerDefaultRunPropertiesDestination extends RunPropertiesBaseDestination {
    static handlerTable: ElementHandlerTable;
    protected get elementHandlerTable(): ElementHandlerTable;
}
