import { PropsWithChildren, MouseEventHandler } from 'react'; export declare type IconButtonProps = { onClick?: MouseEventHandler; }; /** * This is simply a button wrapper, adds a div with `role="button"` and a onClick */ export declare const IconButton: ({ onClick, children, }: PropsWithChildren) => JSX.Element; //# sourceMappingURL=IconButton.d.ts.map