interface LikeButtonProps {
    readonly roomId: string;
}
declare const LikeButton: ({ roomId }: LikeButtonProps) => import("react/jsx-runtime").JSX.Element;
export default LikeButton;
