import { IconButtonProps } from './icon-button.types'; /** * # IconButton * * displays a button with an icon only as child * * @see {@link https://nimbus-documentation.vercel.app/components/inputs/iconbutton} */ export declare const IconButton: { (props: IconButtonProps): import("react/jsx-runtime").JSX.Element; displayName: string; };