import { FC } from 'react';
import { MessageProps } from '../message/types.cjs';
export declare const FeedbackSuccess: FC<MessageProps>;
