import { type PropType } from 'vue';
import type { CodeLayoutPanelInternal, CodeLayoutPanelTabStyle } from './CodeLayout';
declare const _default: import("vue").DefineComponent<{
    tabStyle: {
        type: PropType<CodeLayoutPanelTabStyle>;
        default: string;
    };
    active: {
        type: BooleanConstructor;
        default: boolean;
    };
    panel: {
        type: PropType<CodeLayoutPanelInternal>;
        required: true;
    };
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    focusSelf: (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    tabStyle: {
        type: PropType<CodeLayoutPanelTabStyle>;
        default: string;
    };
    active: {
        type: BooleanConstructor;
        default: boolean;
    };
    panel: {
        type: PropType<CodeLayoutPanelInternal>;
        required: true;
    };
}>> & {
    onFocusSelf?: ((...args: any[]) => any) | undefined;
}, {
    tabStyle: CodeLayoutPanelTabStyle;
    active: boolean;
}, {}>;
export default _default;
