import { ViewTheme } from '../infrastructure/api/types'; export declare const PLAYER_VISIBLE_CLASSNAME = "storyteller-player-visible"; export declare const CONTAINER_NOT_FOUND_ERROR = "No element with ID %s was found. The Storyteller view couldn't be initialized."; export declare const INVALID_CONTAINER_ID_WARNING = "The provided container ID %s is not valid. Only ASCII letters, numbers, dashes (`-`), and underscores (`_`) should be used. To avoid unexpected behaviour, the view's basename will be formatted to only include allowed characters."; export declare const DEFAULT_CLIPS_VIEW_BASENAME = "clips"; export declare const DEFAULT_STORIES_VIEW_BASENAME = "stories"; export declare const DEFAULT_VIEW_THEME: ViewTheme;