import { PingbackAttributes } from '@giphy/js-analytics'; import { FunctionComponent } from 'preact'; type PingbackContextProps = { attributes: PingbackAttributes; }; export declare const PingbackContext: import("preact").Context; declare const PingbackContextManager: FunctionComponent; export default PingbackContextManager;