/// /** * IconButton composes the Button component except that it renders only an icon. * Since IconButton only renders an icon, you must pass the aria-label prop, so screen readers can give meaning to the button. * https://chakra-ui.com/docs/form/icon-button */ export declare function IconButton({ ...props }: any): JSX.Element; //# sourceMappingURL=IconButton.d.ts.map