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