import React from "react"; import type IconButtonProps from "./private/types/IconButtonProps"; type Props = React.PropsWithChildren> & Omit, keyof IconButtonProps>; declare const IconButton: = "button">({ children, variant, size, icon, disabled, animation, as, className, ["aria-label"]: ariaLabel, ...rest }: Props) => React.JSX.Element; export default IconButton; //# sourceMappingURL=IconButton.d.ts.map