import React from 'react'; import type { ToggleData } from '../../types'; interface Props { name: string; items: Array; } export declare const ListButton: React.FC; export {};