type SimpleBarProps = { children: React.ReactNode; sx?: object; }; declare function SimpleBar({ children, sx, ...other }: SimpleBarProps): import("react/jsx-runtime").JSX.Element; export { SimpleBar }; //# sourceMappingURL=SimpleBar.d.ts.map