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