import React, { type JSX } from 'react'; interface SidebarProps { children: JSX.Element[]; } export declare const StickyToolbar: React.FC; export {}; //# sourceMappingURL=StickyToolbar.d.ts.map