import type { ReactNode } from 'react'; export type MessageGenericPreviewFooterProps = { children?: ReactNode; clamp?: boolean; }; declare const MessageGenericPreviewFooter: ({ children, }: MessageGenericPreviewFooterProps) => import("react/jsx-runtime").JSX.Element; export default MessageGenericPreviewFooter; //# sourceMappingURL=MessageGenericPreviewFooter.d.ts.map