declare const tabsRootPropDefs: {
    asChild: {
        type: "boolean";
    };
};
declare const tabsContentPropDefs: {
    asChild: {
        type: "boolean";
    };
};
export { baseTabListPropDefs as tabsListPropDefs } from './base-tab-list.props.js';
export { tabsRootPropDefs, tabsContentPropDefs };
