import { BaseWidgetProps, ITennisPlayoffConfig } from '../../../../../packages/types'; export type PlayoffWidgetProps = BaseWidgetProps; export declare const TennisPlayoffWidget: ({ themes, config, subscribers, shadow, sdkOptions, cuid }: PlayoffWidgetProps) => JSX.Element;