import type { ContextToolbarProps } from '@ariestools/sdk-react/appbar'; import type { ReactNode } from 'react'; import React from 'react'; /** Props for {@link XyoContextToolbar}. */ export interface XyoContextToolbarProps extends ContextToolbarProps { logo?: ReactNode; } /** Context toolbar showing the XYO logo link and optional children. */ export declare const XyoContextToolbar: React.FC; //# sourceMappingURL=ContextToolbar.d.ts.map