import type { PropsWithChildren } from 'react';
declare function Toolbar({ children, }: PropsWithChildren<Record<string, unknown>>): JSX.Element;
export default Toolbar;
