interface IVoiceError { error: unknown | null; onClose: () => void; conversationID: string | null; } export declare const VoiceError: ({ error, onClose, conversationID }: IVoiceError) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=VoiceError.component.d.ts.map