import React from 'react'; interface Props { name: string; value: unknown; } declare const Slot: React.FC; export default Slot;