import { Theme, Size } from './types'; export declare function FollowOnLens({ handle, theme, size, title, containerStyle, textStyle, icon, iconBackgroundColor, iconForegroundColor }: { handle: string; theme?: Theme; size?: Size; title?: string; containerStyle?: any; textStyle?: any; icon?: any; iconBackgroundColor?: string; iconForegroundColor?: string; }): import("react/jsx-runtime").JSX.Element;