import type { CSSProperties } from 'preact'; import type { Gradient } from './gradient.ts'; export type WistiaCTAEnrichmentOptions = { backgroundColor: string; backgroundWidth?: CSSProperties['backgroundWidth']; embedHost?: string; fontFamily?: string; fontSize?: number; gradient?: Gradient; linkUrl: string; mediaHashedId?: string; placement?: 'left' | 'right'; playerDomId?: string; text: string; textLineThree?: string; textLineTwo?: string; thumbnailUrl?: string; }; //# sourceMappingURL=cta.d.ts.map