interface InfoTileProps { url?: string; mainImage?: string; excerpt?: string; title: string; color?: string; } export declare function InfoTile(props: InfoTileProps): import("react/jsx-runtime").JSX.Element; export {};