import { BoxProps } from '@20minutes/hela'; import { default as React } from 'react'; export interface IdalgoWidgetProps extends BoxProps<'section'> { src: string; timeout?: string; loadingText?: string; theme?: string; } export declare const IdalgoWidget: React.FC;