/// import 'tf-seat-map-view/dist/index.css'; declare global { interface Window { tierPrices: any; } } export declare const SeatMapComponent: (props: ISeatMapContainerProps) => JSX.Element;