import { toggleSwitchDriverFactory } from 'wix-ui-core/drivers/vanilla'; export interface ToggleSwitchDriver extends ReturnType { getSize: () => string; getSkin: () => string; }