import * as React from 'react';
import { IIntroProps } from './Intro.props';
export { IIntroProps } from './Intro.props';
/**
 * ## Importing
 *
 * ```
 * import { Intro } from '@naturacosmeticos/natds-web';
 * ```
 */
export declare const Intro: React.ForwardRefExoticComponent<IIntroProps & React.RefAttributes<HTMLDivElement>>;
export default Intro;
