import { FunctionalComponent } from "../../stencil.core"; interface HelloProps { img: string; title: string; destination: string; } export declare const ImageComponent: FunctionalComponent; export {};