import React from "react";
declare const TabsRowContext: React.Context<{}>;
declare function TabsRow({ children, colCount }: any): import("react/jsx-runtime").JSX.Element;
declare namespace TabsRow {
    var defaultProps: {
        colCount: number;
    };
}
export { TabsRow, TabsRowContext };
//# sourceMappingURL=TabsRow.d.ts.map