import * as React from 'react'; import { IIconProps } from './Icon.props'; export { IIconProps } from './Icon.props'; /** * ## Import * * ``` * import { Icon } from '@naturacosmeticos/natds-web'; * ``` */ export declare const Icon: React.ForwardRefExoticComponent & React.RefAttributes>; export default Icon;