import type { Attachment } from 'stream-chat';
export type AudioProps = {
    attachment: Attachment;
};
/**
 * Audio attachment with play/pause button and progress bar
 */
export declare const Audio: (props: AudioProps) => import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=Audio.d.ts.map