import { ViewManager } from '@difizen/mana-core';
import type { TabsProps } from '@difizen/mana-react';
import type { TabOption } from './tab-view';
import { TabSlotView } from './tab-view';
export interface CardTabOption extends TabOption {
    tabPosition?: TabsProps['tabPosition'];
}
export declare class CardTabView extends TabSlotView {
    protected option: CardTabOption;
    constructor(option: CardTabOption, manager: ViewManager);
    getTabProps(): TabsProps;
}
//# sourceMappingURL=card-tab-view.d.ts.map