import { FC } from 'react'; export * from './connect'; export * from './giving'; export * from './image'; export * from './invite'; export * from './prayer'; export * from './quote'; export * from './response'; export * from './salvation'; interface Props { withMask?: boolean; } export declare const Preview: FC; export declare type PreviewWithModalProps = { url?: string; urlTestText?: string; }; export declare const PreviewWithModal: FC;