/// export interface AmpStateProps { id?: string; src?: string; children?: React.ReactNode; } export declare const AmpState: React.FunctionComponent;