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