import type React from 'react'; export declare const PauseIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element; export declare const PlayIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element; export declare const VolumeUpIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element; export declare const MicrophoneIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element; export declare const StopIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element; export declare const UploadIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element; export declare const ExclamationIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element; export declare const ChevronRightIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element; export declare const ChevronLeftIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element; export declare const ChevronDoubleLeftIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element; export declare const ChevronDoubleRightIcon: (props: React.ComponentProps<'svg'>) => import("react/jsx-runtime").JSX.Element;