import type React from 'react'; interface IconButtonProps { onClick: (e: React.MouseEvent) => void; title: string; children: React.ReactNode; } export declare const IconButton: ({ onClick, title, children }: IconButtonProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=IconButton.d.ts.map