import { Size, Theme } from './types'; export default function LensIcon({ size, theme, iconBackgroundColor, iconForegroundColor }: { size?: Size; theme?: Theme; iconBackgroundColor?: string; iconForegroundColor?: string; }): import("react/jsx-runtime").JSX.Element;