import * as React from 'react'; import { IIconButtonProps } from './IconButton.props'; export { IIconButtonProps } from './IconButton.props'; /** * For advanced usages, check [Material UI IconButton docs](https://material-ui.com/components/buttons/#icon-buttons) * * ## Importing * * ```jsx * import { IconButton } from '@naturacosmeticos/natds-web'; * ``` * * @see https://material-ui.com/components/buttons/#icon-buttons */ export declare const IconButton: React.ForwardRefExoticComponent>> & React.RefAttributes>; export default IconButton;