import React from 'react';
import type { FGDProps, FGDComponentProps } from './typeDefinition';
declare const FGD: React.ForwardRefExoticComponent<React.FC<FGDProps> & React.RefAttributes<FGDComponentProps>>;
export default FGD;
