import * as React from 'react';
import type { IToggleProps } from './Toggle.types';
export declare const Toggle: React.FunctionComponent<IToggleProps>;
