import React from 'react';
declare type Props = React.HTMLProps<HTMLMetaElement>;
export declare function Meta(props: Props): null;
export {};
