export declare const switchTokens: {
    calciteSwitchBackgroundColor: string;
    calciteSwitchBackgroundColorHover: string;
    calciteSwitchBorderColor: string;
    calciteSwitchHandleBorderColor: string;
    calciteSwitchHandleBackgroundColor: string;
    calciteSwitchHandleShadow: string;
    calciteSwitchCornerRadius: string;
};
export declare const calciteSwitch: string;
