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