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