export interface SwitchProps {
    backgroundColor?: string;
}
