export type CallControlsProps = {
    onLeave?: (err?: Error) => void;
};
export declare const CallControls: ({ onLeave }: CallControlsProps) => import("react/jsx-runtime").JSX.Element;
