import { PropType } from 'vue'; import { SelectedItemId } from '../../composables/useSelected'; declare const _default: import("vue").DefineComponent<{ /** * A unique ID to target the panel with CTab. */ id: { type: PropType; required: true; }; }, { tabs: import("./CTabs").UseTabs | undefined; }, unknown, {}, {}, { props: { variant: { type: (StringConstructor | ArrayConstructor)[]; default: null; }; bare: { type: BooleanConstructor; default: boolean; }; }; /** * A unique ID to target the panel with CTab. */ }, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ id: SelectedItemId; } & {}>, {}>; export default _default;