import type { WistiaPlayer as WistiaPlayerWC } from '@wistia/wistia-player'; import type { WistiaPlayerProps as WistiaPlayerPropsType } from '../types/index.ts'; export type WistiaPlayerElement = WistiaPlayerWC; export type WistiaPlayerProps = WistiaPlayerPropsType; export declare const WistiaPlayer: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=WistiaPlayer.d.ts.map