export interface SecondaryTheme {
    dark?: string;
    light?: string;
}
