interface IProps { id: string; title: string; description: string; link: string; } export declare const getViberBigText: ({ title, link, description }: IProps) => string; export {};