import type { HTMLProps } from 'react'; type Props = HTMLProps; export declare function Meta(props: Props): null; export {}; //# sourceMappingURL=Meta.d.ts.map