import { FC } from 'react';
interface HeadProps {
    sentryData?: {
        dsn: string;
        appIdentifier: string;
    };
}
export declare const Head: FC<HeadProps>;
export {};
