export declare const largeIcon: { style: { fontSize: string; }; }; export declare const smallIcon: { style: { fontSize: string; marginLeft: number; }; }; export declare const ToolButton: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const TopBar: () => import("react/jsx-runtime").JSX.Element;