import { h } from 'preact'; import './transcript.scss'; interface TranscriptProps { hostInstance: any; } export declare function BulbCount(props: any): h.JSX.Element; export declare function Transcript({ hostInstance }: TranscriptProps): h.JSX.Element; export {};