export type CallStatsButtonProps = {
    caption?: string;
};
export declare const CallStatsButton: () => import("react/jsx-runtime").JSX.Element;
