/// <reference types="react" />
declare type Props = {
    title?: string;
    description?: string;
};
export declare const Head: ({ title, description, }: Props) => JSX.Element;
export {};
