import React from 'react';
import { ViewToggleProps } from './types';
declare const ViewToggle: React.FC<ViewToggleProps>;
export default ViewToggle;
