/// <reference types="react" />
declare type TitleAndMetaTagsProps = {
    url?: string;
    pathname?: string;
    title?: string;
    description?: string;
    poster?: string;
};
export declare function TitleAndMetaTags({ url, pathname, title, description, poster, }: TitleAndMetaTagsProps): JSX.Element;
export {};
