import { TabProperties } from '../../../../../../common/model/paragraph/paragraph-style';
import { Data } from '../../data';
import { LeafElementDestination } from '../destination';
export declare class TabsLeafElementDestination extends LeafElementDestination {
    tabs: TabProperties;
    constructor(data: Data, tabs: TabProperties);
}
