/// <reference types="react" />
import { SwitchProps } from './type';
export declare function SwitchBrick(props: SwitchProps): JSX.Element;
