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