import { PropsWithErrorHandler } from '../../utilities/callControlHandler';
export type RecordCallButtonProps = PropsWithErrorHandler<{
    caption?: string;
}>;
export declare const RecordCallConfirmationButton: (props: PropsWithErrorHandler<{
    caption?: string;
}>) => import("react/jsx-runtime").JSX.Element;
export declare const RecordCallButton: (props: RecordCallButtonProps) => import("react/jsx-runtime").JSX.Element;
