import React from 'react';
declare const Toolbar: React.ForwardRefExoticComponent<{
    children?: React.ReactNode;
    noPadding?: boolean | undefined;
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
export { Toolbar };
//# sourceMappingURL=Toolbar.d.ts.map