import { ToolbarProps } from '@mui/material'; import { default as PropTypes } from 'prop-types'; declare function TopToolbar(props: ToolbarProps): import("react/jsx-runtime").JSX.Element; declare namespace TopToolbar { var propTypes: { children: PropTypes.Requireable; className: PropTypes.Requireable; }; } export { TopToolbar }; //# sourceMappingURL=TopToolbar.d.ts.map