export interface StatusVariables { borderColor: string; borderWidth: number; iconSize: string; successBackgroundColor: string; successTextColor: string; infoBackgroundColor: string; infoTextColor: string; warningBackgroundColor: string; warningTextColor: string; errorBackgroundColor: string; errorTextColor: string; defaultBackgroundColor: string; defaultTextColor: string; } export declare const statusVariables: (siteVariables: any) => StatusVariables;