import { Props } from './useCallInstance';
type CallObjectProps = Omit<Props, 'parentEl'>;
/**
 * Helper hook to maintain custom callObject instances in React codebases.
 */
export declare const useCallObject: (props: CallObjectProps) => import("@daily-co/daily-js").DailyCall | null;
export {};
