import type { IDialogContentProps } from '../type'; declare const DialogContent: { ({ headIcon, title, description, styleConfig }: IDialogContentProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default DialogContent; //# sourceMappingURL=DialogContent.native.d.ts.map