import type { AnchorHTMLAttributes, HTMLAttributes } from 'react'; export type MessageGenericPreviewTitleProps = { externalUrl?: string; } & HTMLAttributes & AnchorHTMLAttributes; declare const MessageGenericPreviewTitle: ({ externalUrl, children, ...props }: MessageGenericPreviewTitleProps) => import("react/jsx-runtime").JSX.Element; export default MessageGenericPreviewTitle; //# sourceMappingURL=MessageGenericPreviewTitle.d.ts.map