export interface EmbedVariables { controlColor: string; controlBackgroundColor: string; width: string; height: string; focusBorderColor: string; zIndex: number; } export declare const embedVariables: (siteVariables: any) => EmbedVariables;