import React from 'react';
export declare const MainExampleTemplate: (Child: any) => React.JSX.Element;
export declare const ToggledOffTemplate: (Child: any) => React.JSX.Element;
export declare const ToggledOnTemplate: (Child: any) => React.JSX.Element;
