export function renderStoryboard(src?: string | undefined): string { return src ? `` : ''; }