import { Colors } from '../../../shared/enums'; export declare class SwitchComponent { readonly id: string; readonly name: string; readonly color: Colors; readonly label: string; readonly isThin: boolean; readonly isRounded: boolean; readonly isChecked: boolean; readonly isDisabled: boolean; }