import { FormComponent, BoundProp } from '@tomino/dynamic-form';
export declare const verticalStyle: string;
export declare type TabProps = {
    menuItems: {
        text: string;
        value: string;
    }[];
    valueField: string;
    textField: string;
    vertical: boolean;
    value: BoundProp;
};
export declare const TabView: FormComponent;
