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