import { IDictionary, ITennisSingleEventNewConfig, OddFormat, OddsMarketTypes, SDKOptions } from '../../../../../packages/types'; declare const _default: { title: string; component: ({ themes, config, shadow, sdkOptions, cuid, subscribers, }: import("../../../../../packages/types").BaseWidgetProps) => JSX.Element; argTypes: { themes: { name: string; table: { category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataTheme: { name: string; description: string; control: string; options: string[]; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataRefreshTime: { name: string; description: string; control: string; options: string[]; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataShortStatusType: { name: string; control: string; options: string[]; description: string; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; sdkOptions: { description: string; control: boolean; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataEntityLinks: { name: string; description: string; table: { category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataOddsBettingId: { name: string; description: string; table: { category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataOddsDisplay: { name: string; description: string; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataOddsPreEventOnly: { name: string; description: string; table: { category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataOddsMarket: { options: OddsMarketTypes[] | undefined; name: string; description: string; control: string; table: { category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataOddsMarketValueType: { options: OddFormat[]; name: string; description: string; control: string; table: { category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataMatchId: { name: string; description: string; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataLabels: { name: string; description: string; table: { category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataAdditionalInfo: { name: string; description: string; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataWrapperLink: { name: string; description: string; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataBettingBrandColors: { name: string; description: string; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataBettingLogoClickAction: { name: string; description: string; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataBettingLogoOverlap: { name: string; description: string; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataDateFormat: { name: string; description: string; control: string; options: string[]; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataParticipantCountryImageDisplay: { name: string; description: string; table: { defaultValue: { summary: string; }; category: import("../../../../docs/.storybook/constants").argCategories; }; }; }; args: { dataMatchId: string; dataDateFormat: string; dataAdditionalInfo: boolean; dataParticipantCountryImageDisplay: boolean; dataWrapperLink: boolean; dataShortStatusType: string; dataTheme: string; dataOddsDisplay: boolean; dataOddsBettingId: string; dataOddsMarket: OddsMarketTypes; dataOddsPreEventOnly: boolean; dataOddsMarketValueType: OddFormat; dataBettingLogoClickAction: boolean; dataBettingLogoOverlap: boolean; dataBettingBrandColors: boolean; dataLabels: { single: string; double: string; team: string; '1x2': string; 'FIRST HALF': string; 'SECOND HALF': string; OVER_UNDER: string; DOUBLE_CHANCE: string; BOTH_TO_SCORE: string; DRAW_NO_BET: string; FIRST_TEAM_TO_SCORE: string; CORRECT_SCORE: string; FIRST_HALF_GOALS: string; FIRST_PLAYER_TO_SCORE: string; PLAYER_TO_SCORE_DURING_GAME: string; PLAYER_TO_RECEIVE_CARD: string; FIRST_HALF_AND_FINAL_RESULT: string; over: string; under: string; yes: string; no: string; }; dataRefreshTime: string; dataEntityLinks: { player: { url: string; }; competition: { url: string; }; standings: { url: string; }; match: { url: string; sort: { criteria: string; direction: string; }; }; slug: { player: string; competition: string; tournament: string; match: string; standings: string; }; configuration: { newWindow: boolean; }; }; sdkOptions: { dataConfigApiUrl: string; dataConfigMultisportApiUrl: string; dataConfigStandingsApiUrl: string; dataConfigPlayoffApiUrl: string; dataConfigApiKey: string; dataConfigProject: string; dataConfigOddClient: string; dataConfigTimezone: string; dataConfigCompetitionList: string; dataConfigLang: string; }; themes: { fonts: { primaryFontFamily: string; }; colors: { hiContrast: string; primaryBgColor: string; dateBadgeBgColor: string; headerBorderColor: string; aggregateBadgeBgColor: string; afterPenaltiesBadgeBgColor: string; rankingBadgeBgColor: string; livePrimaryColor: string; lostTeamColor: string; scoreTableHeaderBgColor: string; scoreTableLabelsColor: string; oddItemHoverColor: string; oddsSelectionBackgroundColor: string; }; }; }; }; export default _default; export type SingleEventDetailedWidgetsProps = ITennisSingleEventNewConfig & { themes: IDictionary>; sdkOptions: SDKOptions; }; export declare const SingleEventDetailedWidget: { (args: SingleEventDetailedWidgetsProps): JSX.Element; storyName: string; };