import { FC } from "react"; export declare const Message: FC<{ message: string; setMessage: any; check: boolean; setCheck: any; }>; //# sourceMappingURL=message.d.ts.map