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