import { AnchorTextBoxSize } from '../../../../floating-objects/sizes';
export declare class JSONAnchorTextBoxSizeConverterConverter {
    static convertFromJSON(obj: any): AnchorTextBoxSize;
    static convertToJSON(source: AnchorTextBoxSize): any;
}
