import type { ToolbarProps } from '@mui/material';
import React from 'react';
import type { To } from 'react-router-dom';
export interface ContextToolbarProps extends ToolbarProps {
    logo?: React.ReactNode;
    logoTo?: To;
    version?: boolean | string;
}
export declare const ContextToolbar: React.FC<ContextToolbarProps>;
//# sourceMappingURL=ContextToolbar.d.ts.map