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