import { LikeProps } from "react-facebook/dist/esm/types/components/Like";
import { FCC } from "../../types";
export interface Props extends LikeProps {
appID: string;
lang?: string;
className?: string;
}
export declare const FacebookButton: FCC<Props>;