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