import React from 'react'; declare const LargeScreenComponentTabs: React.FC; export default LargeScreenComponentTabs; export interface ILargeScreenComponentTabs { value?: string; list?: string[] | number[]; change?: Function; styles?: React.CSSProperties; }