/// import { IconProps } from "./Icons/types"; export declare type ButtonProps = React.ButtonHTMLAttributes; export interface IconButtonProps extends ButtonProps { iconOptions?: IconProps; disabled?: boolean; }