/// export interface AmpElementProps { name: string; version: string; } export declare const AmpElement: (props: AmpElementProps) => JSX.Element;