import type { SvelteComponent } from 'svelte'
export class MediumWidget_tradingview extends SvelteComponent<{
	class?:string
	title?:string
	locale?:string
	symbol_name_aa?:string[][]
	trendLineColor?:string
	underLineColor?:string
	fontColor?:string
	gridLineColor?:string
	chartOnly?:string
	width?:string
	height?:string
	utm_source?:string
	utm_medium?:string
	utm_campaign?:string
}> {
}
