import React, { ButtonHTMLAttributes, PropsWithChildren } from 'react';
type Props = PropsWithChildren<ButtonHTMLAttributes<HTMLButtonElement>> & {
    width?: number;
    height?: number;
};
export declare function IconButton(props: Props): React.JSX.Element;
export {};
//# sourceMappingURL=IconButton.d.ts.map