export declare type AudioProps = { url: string; }; export declare function Audio({ url }: AudioProps): JSX.Element;