import { ParagraphStyle } from '../../../../../../../common/model/paragraph/paragraph-style';
import { ParagraphStyleReferenceBaseDestination } from './paragraph-style-reference-base-destination';
export declare class ParagraphStyleReferenceDestination extends ParagraphStyleReferenceBaseDestination {
    protected assignParagraphStyle(style: ParagraphStyle): void;
}
