import { type ButtonProps } from '../../Button'; export type MessageMetricsReplyProps = ButtonProps; declare const MessageMetricsReply: (props: MessageMetricsReplyProps) => import("react/jsx-runtime").JSX.Element; export default MessageMetricsReply; //# sourceMappingURL=MessageMetricsReply.d.ts.map