import type { SVGProps } from "react"; export interface MovieIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function MovieIcon({ className, size, color, ...props }: MovieIconProps): import("react").JSX.Element; //# sourceMappingURL=movie-icon.d.ts.map