import { ReactElement } from 'react'; import { SxProps, Theme } from '@mui/material'; interface DashboardStickyToolbarProps { initialVariableIsSticky?: boolean; sx?: SxProps; } export declare function DashboardStickyToolbar(props: DashboardStickyToolbarProps): ReactElement; export {}; //# sourceMappingURL=DashboardStickyToolbar.d.ts.map