import { IDictionary, WidgetAttributes } from '../../../../packages/types'; declare const attributes: IDictionary; /** Export widgets */ export * from './TournamentProgramme'; export * from './SingleEvent'; export * from './Livescore'; export * from './Playoff'; export * from './Ranking'; export * from './AthleteProgramme'; export * from './SingleEventDetailed'; export { attributes };