import * as React from "react";
import { type SvgIconProps } from "@vkontakte/icons-sprite";
export type Icon24SwitchProps = SvgIconProps;
export declare const Icon24Switch: React.FC<Icon24SwitchProps> & {
};
