import { Movie as SchemaType } from "schema-dts";
type Props = Omit<SchemaType, "@type">;
export declare function Movie(props: Props): import("react/jsx-runtime").JSX.Element;
export {};
