import type { TabsApiProps } from "./tabs.types.js"; export declare const tabsProps: (keyof TabsApiProps)[]; export declare const splitTabsProps: (props: Props) => [TabsApiProps, Omit]; //# sourceMappingURL=tabs.props.d.ts.map