import React from 'react'; import { SmallGridToggleProps } from './interface'; declare const SmallGridToggle: React.FC; export default SmallGridToggle;