export declare const TOWER_COUNTRIES: readonly ["japan", "china", "vietnam", "thailand", "cambodia", "turkey"]; export type TowerCountry = (typeof TOWER_COUNTRIES)[number]; export type JapaneseTowerLandscapeProps = { className?: string; sourceUrl?: string; country?: TowerCountry; }; export declare function JapaneseTowerLandscape({ className, sourceUrl, country, }: JapaneseTowerLandscapeProps): import("react").JSX.Element; //# sourceMappingURL=JapaneseTowerLandscape.d.ts.map