import React from 'react'; import { RoundButtonProps } from '../../buttons/round-button'; import { CommonRoundTabProps, CommonRoundTabsProps } from './round-tabs-commons'; export declare const DEFAULT_ROUND_TABS_THEME: any; export interface RoundTabsButtonsProps extends CommonRoundTabsProps { } export interface RoundTabsButtonProps extends CommonRoundTabProps, RoundButtonProps { } export declare const RoundTabsButtons: React.ForwardRefExoticComponent>;