import { type ReactNode } from "react"; /** * @internal */ export interface IDefaultDashboardToolbarGroupProps { title: string; children?: ReactNode; } /** * @internal */ export declare function DefaultDashboardToolbarGroup({ children, title }: IDefaultDashboardToolbarGroupProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DefaultDashboardToolbarGroup.d.ts.map