interface Props { isEmpty: boolean; } declare const ToggleButton: (e: Props) => import("react/jsx-runtime").JSX.Element; export default ToggleButton;