import React from 'react'; interface BottomAppBarProps extends React.ComponentProps<'div'> { } declare const BottomAppBar: { ({ className, children }: BottomAppBarProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { BottomAppBar }; //# sourceMappingURL=BottomAppBar.d.ts.map