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