declare const tabsRootPropDefs: {
    asChild: {
        type: "boolean";
    };
};
declare const tabsContentPropDefs: {
    asChild: {
        type: "boolean";
    };
};
export { baseTabListPropDefs as tabsListPropDefs } from './_internal/base-tab-list.props.js';
export { tabsRootPropDefs, tabsContentPropDefs };
//# sourceMappingURL=tabs.props.d.ts.map