import { CosmographButton as _CosmographButton, CosmographButtonConfigInterface } from '@cosmograph/cosmograph'; export type CosmographButtonRef = _CosmographButton | undefined; export declare const CosmographButton: import("react").ForwardRefExoticComponent; export type { CosmographButtonConfigInterface };