import React from 'react'; export default function BakeryDining({ className }: { className?: string; }): React.JSX.Element;