/// interface Props { imageSource: string; imageAlt: string; title: string; text: string; className?: string; withHelmet?: boolean; } export declare const FallbackUi: ({ imageSource, imageAlt, className, title, text, withHelmet, }: Props) => JSX.Element; export {};