import type { FC } from 'react';
export interface ExternalSiteProps {
    name: string;
}
export declare const ExternalSite: FC<ExternalSiteProps>;
export default ExternalSite;
