import { IDictionary, ITennisSingleEventConfig, OddFormat, OddsMarketTypes, SDKOptions } from '../../../../../packages/types'; declare const _default: { title: string; component: ({ themes, config, subscribers, shadow, sdkOptions, cuid }: import("./SingleEventWidget").SingleEventWidgetProps) => 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; }; }; dataShortStatusType: { name: string; control: string; options: string[]; description: 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; }; }; dataMatchId: { name: string; description: string; table: { defaultValue: { summary: string; }; 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; }; }; dataOddsBettingId: { 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; }; }; dataEntityLinks: { name: string; description: string; table: { category: import("../../../../docs/.storybook/constants").argCategories; }; }; dataLabels: { name: string; description: string; table: { category: import("../../../../docs/.storybook/constants").argCategories; }; }; sdkOptions: { description: string; control: boolean; 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; }; }; }; args: { dataMatchId: string; dataDateFormat: string; dataTheme: string; themes: { fonts: { primaryFontFamily: string; }; colors: { hiContrast: string; sportEntityContainerPrimaryBgColor: string; rowBackgroundColor: string; scoreAccentColor: string; livePrimaryColor: string; oddsContainerPrimaryBgColor: string; oddsSelectionBackgroundColor: string; oddItemHoverColor: string; oddsSelectionBorderColor: string; }; }; dataShortStatusType: string; dataOddsBettingId: string; dataOddsDisplay: boolean; dataOddsMarket: OddsMarketTypes; dataOddsPreEventOnly: boolean; dataOddsMarketValueType: OddFormat; dataBettingLogoClickAction: boolean; dataBettingLogoOverlap: boolean; dataBettingBrandColors: boolean; dataEntityLinks: { player: { url: string; }; match: { url: string; sort: { criteria: string; direction: string; }; }; slug: { player: string; match: string; }; configuration: { newWindow: boolean; }; }; dataLabels: { '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; score_short: string; }; dataRefreshTime: string; sdkOptions: { dataConfigApiUrl: string; dataConfigMultisportApiUrl: string; dataConfigStandingsApiUrl: string; dataConfigPlayoffApiUrl: string; dataConfigApiKey: string; dataConfigProject: string; dataConfigOddClient: string; dataConfigTimezone: string; dataConfigCompetitionList: string; dataConfigLang: string; }; }; }; export default _default; type SingleEventWidgetStoryProps = ITennisSingleEventConfig & { themes: IDictionary>; sdkOptions: SDKOptions; }; export declare const SingleEventWidget: (args: SingleEventWidgetStoryProps) => JSX.Element;