/**
 * SpeakerTest component that plays a test audio through the selected speaker.
 * This allows users to verify their audio output device is working correctly.
 */
export declare const SpeakerTest: (props: {
    audioUrl?: string;
}) => import("react/jsx-runtime").JSX.Element;
